Bad method call in File_to_post
This commit is contained in:
parent
db43195fbf
commit
39cf2338c2
@ -56,7 +56,7 @@ class File_to_post extends Memcached_DataObject
|
|||||||
$f = File::staticGet($file_id);
|
$f = File::staticGet($file_id);
|
||||||
|
|
||||||
if (!empty($f)) {
|
if (!empty($f)) {
|
||||||
$f->blowNoticeCache();
|
$f->blowCache();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ class File_to_post extends Memcached_DataObject
|
|||||||
{
|
{
|
||||||
$f = File::staticGet('id', $this->file_id);
|
$f = File::staticGet('id', $this->file_id);
|
||||||
if (!empty($f)) {
|
if (!empty($f)) {
|
||||||
$f->blowNoticeCache();
|
$f->blowCache();
|
||||||
}
|
}
|
||||||
return parent::delete();
|
return parent::delete();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user