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

This commit is contained in:
bnu 2014-02-28 23:42:42 +09:00
parent 9d64424409
commit 0821e47ba8

View file

@ -793,6 +793,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;