mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
#124, 모듈선택시 누락되었던 site_srl 파라메터 추가
This commit is contained in:
parent
b2a2db12e0
commit
3b3f4599bf
1 changed files with 1 additions and 1 deletions
|
|
@ -685,7 +685,7 @@ class menuAdminModel extends menu
|
||||||
{
|
{
|
||||||
foreach($menu['list'] as $key=>$value)
|
foreach($menu['list'] as $key=>$value)
|
||||||
{
|
{
|
||||||
$this->_menuInfoSetting($menu['list'][$key], $start_module, $isMenuFixed, $menuSrl);
|
$this->_menuInfoSetting($menu['list'][$key], $start_module, $isMenuFixed, $menuSrl, $siteSrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue