mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
Clear extravar cache if document is deleted
This commit is contained in:
parent
1dcac98662
commit
96738bd97d
1 changed files with 1 additions and 0 deletions
|
|
@ -977,6 +977,7 @@ class documentController extends document
|
|||
//remove from cache
|
||||
Rhymix\Framework\Cache::delete('document_item:' . getNumberingPath($document_srl) . $document_srl);
|
||||
unset($GLOBALS['XE_DOCUMENT_LIST'][$document_srl]);
|
||||
unset($GLOBALS['XE_EXTRA_VARS'][$document_srl]);
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue