mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
Issue 1018: ObjectCache 사용중 moveDocumentToTrash 개선
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9901 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aa45722412
commit
48c1e83b07
1 changed files with 7 additions and 0 deletions
|
|
@ -621,6 +621,13 @@ class documentController extends document {
|
||||||
// commit
|
// commit
|
||||||
$oDB->commit();
|
$oDB->commit();
|
||||||
|
|
||||||
|
// Clear cache
|
||||||
|
$oCacheHandler = &CacheHandler::getInstance('object');
|
||||||
|
if($oCacheHandler->isSupport())
|
||||||
|
{
|
||||||
|
$oCacheHandler->invalidateGroupKey('documentList');
|
||||||
|
}
|
||||||
|
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue