mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Fix missing layout when you click "Full settings" for a (document, widget, or external) page in the sitemap editor
This commit is contained in:
parent
e60ffb4e8d
commit
f2c58a0a14
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ class menuAdminModel extends menu
|
||||||
|
|
||||||
if($moduleConfInfo->setup_index_act)
|
if($moduleConfInfo->setup_index_act)
|
||||||
{
|
{
|
||||||
$setupUrl = getNotEncodedUrl('', 'module', 'admin', 'act', $moduleConfInfo->setup_index_act, 'module_srl', $moduleInfo->module_srl, 'isLayoutDrop', '1');
|
$setupUrl = getNotEncodedUrl('', 'module', 'admin', 'act', $moduleConfInfo->setup_index_act, 'module_srl', $moduleInfo->module_srl);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($moduleConfInfo->simple_setup_index_act)
|
if($moduleConfInfo->simple_setup_index_act)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue