mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
fix #540 휴지통으로 이동한 글의 cache를 삭제하도록 바로 잡음
This commit is contained in:
parent
d25cba6673
commit
46396284c4
1 changed files with 2 additions and 0 deletions
|
|
@ -801,6 +801,8 @@ class documentController extends document
|
||||||
$oCacheHandler = CacheHandler::getInstance('object');
|
$oCacheHandler = CacheHandler::getInstance('object');
|
||||||
if($oCacheHandler->isSupport())
|
if($oCacheHandler->isSupport())
|
||||||
{
|
{
|
||||||
|
$cache_key = 'document_item:'. getNumberingPath($oDocument->document_srl) . $oDocument->document_srl;
|
||||||
|
$oCacheHandler->delete($cache_key);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $output;
|
return $output;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue