mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
PHP 5.4 이상에서의 호환성 문제 개선.
This commit is contained in:
parent
2bf31f566a
commit
7daa63cedf
9 changed files with 22 additions and 17 deletions
|
|
@ -1535,7 +1535,7 @@ class menuAdminController extends menu
|
|||
$args->group_srls = $exposure;
|
||||
}
|
||||
|
||||
$args->group_srls = implode(',', $exposure);
|
||||
if($exposure) $args->group_srls = implode(',', $exposure);
|
||||
}
|
||||
|
||||
$output = executeQuery('menu.updateMenuItem', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue