Status_network::encache() doesn't exist
This commit is contained in:
parent
89c561c9cf
commit
444959a789
@ -167,9 +167,8 @@ class Status_network extends Safe_DataObject
|
|||||||
' WHERE nickname = ' . $this->_quote($this->nickname);
|
' WHERE nickname = ' . $this->_quote($this->nickname);
|
||||||
$orig->decache();
|
$orig->decache();
|
||||||
$result = $this->query($qry);
|
$result = $this->query($qry);
|
||||||
if ($result) {
|
$this->decache();
|
||||||
$this->encache();
|
|
||||||
}
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user