mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix duplicate cache key
This commit is contained in:
parent
5fa72f8629
commit
7e47c1cb8a
1 changed files with 1 additions and 1 deletions
|
|
@ -757,7 +757,7 @@ class moduleModel extends module
|
|||
|
||||
// Load the XML file and cache the definition.
|
||||
$mtime = filemtime($xml_file);
|
||||
$cache_key = sprintf('site_and_module:module_info_xml:%s:%d', $module, $mtime);
|
||||
$cache_key = sprintf('site_and_module:module_action_xml:%s:%d', $module, $mtime);
|
||||
$info = Rhymix\Framework\Cache::get($cache_key);
|
||||
if($info === null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue