fix #540 휴지통으로 이동한 글의 cache를 삭제하도록 바로 잡음

This commit is contained in:
bnu 2014-02-28 23:42:42 +09:00 committed by khongchi
parent d25cba6673
commit 46396284c4

View file

@ -801,6 +801,8 @@ class documentController extends document
$oCacheHandler = CacheHandler::getInstance('object');
if($oCacheHandler->isSupport())
{
$cache_key = 'document_item:'. getNumberingPath($oDocument->document_srl) . $oDocument->document_srl;
$oCacheHandler->delete($cache_key);
}
return $output;