another false-for-error
darcs-hash:20080926164532-5ed1f-1ed3922f205dea0805c7a77618fdf8c9e1a4de02.gz
This commit is contained in:
parent
92e1c41f63
commit
85c0d71e1f
|
@ -37,7 +37,7 @@ class Memcached_DataObject extends DB_DataObject
|
|||
return $i;
|
||||
} else {
|
||||
$i = DB_DataObject::staticGet($cls, $k, $v);
|
||||
if (!is_null($i)) {
|
||||
if ($i) {
|
||||
$i->encache();
|
||||
}
|
||||
return $i;
|
||||
|
|
Loading…
Reference in New Issue
Block a user