mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
Clear mid/module_srl cache when global cache is cleared
This commit is contained in:
parent
bd13a73d78
commit
03c4d87cb9
2 changed files with 7 additions and 1 deletions
|
|
@ -310,6 +310,7 @@ class module extends ModuleObject
|
|||
|
||||
// Clear cache.
|
||||
Rhymix\Framework\Cache::clearGroup('site_and_module');
|
||||
ModuleModel::$_mid_map = ModuleModel::$_module_srl_map = [];
|
||||
|
||||
// Return the default domain info.
|
||||
return $default_domain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue