mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 21:03:19 +09:00
Merge branch 'develop' into pr/multidomain
This commit is contained in:
commit
210b6b4147
75 changed files with 2102 additions and 425 deletions
|
|
@ -449,7 +449,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