mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1189 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6a0f11e893
commit
0f262440cc
4 changed files with 8 additions and 6 deletions
|
|
@ -280,7 +280,7 @@
|
|||
* @brief 지정된 menu_srl에 속한 mid 의 layout_srl을 변경
|
||||
**/
|
||||
function updateModuleLayout($layout_srl, $menu_srl_list) {
|
||||
if(!count($menu_srls)) return;
|
||||
if(!count($menu_srl_list)) return;
|
||||
|
||||
$args->layout_srl = $layout_srl;
|
||||
$args->menu_srls = implode(',',$menu_srl_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue