mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 282 admin menu url change to relative path
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9487 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
26de5193ff
commit
ce55df2020
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@
|
|||
$args->menu_item_srl = getNextSequence();
|
||||
$args->parent_srl = $gnbDBList[$gnbKey];
|
||||
$args->name = '{$lang->menu_gnb_sub[\''.$value2.'\']}';
|
||||
$args->url = getNotEncodedUrl('', 'module', 'admin', 'act', $moduleActionInfo->menu->{$value2}->index);
|
||||
$args->url = 'index.php?module=admin&act='.$moduleActionInfo->menu->{$value2}->index;
|
||||
$args->listorder = -1*$args->menu_item_srl;
|
||||
$output = executeQuery('menu.insertMenuItem', $args);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue