mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Update references to CacheHandler in module module
This commit is contained in:
parent
2e98962264
commit
3117621270
3 changed files with 99 additions and 344 deletions
|
|
@ -294,11 +294,7 @@ class module extends ModuleObject
|
|||
$module_info->admin_id = null;
|
||||
executeQuery('module.updateModule', $module_info);
|
||||
|
||||
$oCacheHandler = CacheHandler::getInstance('object', null, true);
|
||||
if($oCacheHandler->isSupport())
|
||||
{
|
||||
$oCacheHandler->invalidateGroupKey('site_and_module');
|
||||
}
|
||||
Rhymix\Framework\Cache::clearGroup('site_and_module');
|
||||
}
|
||||
}
|
||||
// Various column drop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue