mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
NOISSUE 설치시 값이 없는 문제로 오류 발생시킴
This commit is contained in:
parent
6e4ba618cf
commit
4b45f211ad
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ class module extends ModuleObject
|
|||
$temp_menus = executeQueryArray('menu.getMenuByTitle', $args);
|
||||
|
||||
$args = new stdClass();
|
||||
foreach($temp_menus->data as $menu)
|
||||
if($temp_menus->data) foreach($temp_menus->data as $menu)
|
||||
{
|
||||
$args->current_menu_srl = $menu->menu_srl;
|
||||
$args->menu_srl = $moduleConfig->unlinked_menu_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue