Status_network::encache() doesn't exist

This commit is contained in:
James Walker 2010-09-17 16:33:02 -04:00
parent 89c561c9cf
commit 444959a789
1 changed files with 2 additions and 3 deletions

View File

@ -167,9 +167,8 @@ class Status_network extends Safe_DataObject
' WHERE nickname = ' . $this->_quote($this->nickname);
$orig->decache();
$result = $this->query($qry);
if ($result) {
$this->encache();
}
$this->decache();
return $result;
}