wasn't returning results of update

darcs-hash:20080926165310-5ed1f-e6d17801c4e9f58cbbbfa774e79583221fdca01f.gz
This commit is contained in:
Evan Prodromou 2008-09-26 12:53:10 -04:00
parent 125953be31
commit 4af31ca98a
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class Memcached_DataObject extends DB_DataObject
if ($result) {
$this->encache();
}
return $result;
}
function delete() {