mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Improve caching efficiency of document extra keys and module extra vars
This commit is contained in:
parent
a949b95763
commit
7beaff8241
2 changed files with 2 additions and 1 deletions
|
|
@ -1669,6 +1669,7 @@ class moduleModel extends module
|
|||
{
|
||||
foreach($get_module_srls as $module_srl)
|
||||
{
|
||||
Rhymix\Framework\Cache::set("site_and_module:module_extra_vars:$module_srl", new stdClass);
|
||||
$extra_vars[$module_srl] = new stdClass;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue