mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix potential caching of partial module info
This commit is contained in:
parent
e823ce045b
commit
78540fbc13
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ class moduleModel extends module
|
|||
if(!$output->toBool()) return $output;
|
||||
$list = $output->data;
|
||||
|
||||
if(count($args) === 1 && isset($args->site_srl))
|
||||
if(count($args) === 1 && isset($args->site_srl) && !$columnList)
|
||||
{
|
||||
Rhymix\Framework\Cache::set('site_and_module:module:mid_list_' . $args->site_srl, $list, 0, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue