mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
NOISSUE ‘Temporary menu’ 메뉴명 변경 처리되지 않은 항목 보완
This commit is contained in:
parent
880b9a25b8
commit
038f6ecc64
1 changed files with 11 additions and 11 deletions
|
|
@ -477,7 +477,7 @@ class module extends ModuleObject
|
||||||
// for 1.7.4 update, 기존에 생성된 Temporary menu 항목 정리
|
// for 1.7.4 update, 기존에 생성된 Temporary menu 항목 정리
|
||||||
$oMenuAdminModel = getAdminModel('menu'); // @var $oMenuAdminModel menuAdminModel
|
$oMenuAdminModel = getAdminModel('menu'); // @var $oMenuAdminModel menuAdminModel
|
||||||
$args = new stdClass();
|
$args = new stdClass();
|
||||||
$args->title = array("Temporary menu");
|
$args->title = array("unlinked");
|
||||||
$temp_menus = executeQueryArray('menu.getMenuByTitle', $args);
|
$temp_menus = executeQueryArray('menu.getMenuByTitle', $args);
|
||||||
|
|
||||||
$args = new stdClass();
|
$args = new stdClass();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue