mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 2506 shorcut add bug fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11911 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
65a6ee6fd3
commit
b8dc95bcd1
1 changed files with 2 additions and 1 deletions
|
|
@ -262,7 +262,7 @@
|
|||
|
||||
if(!$args->open_window) $args->open_window = 'N';
|
||||
if(!$args->expand) $args->expand = 'N';
|
||||
if(!$args->is_shortcut) $args->is_shortcut = 'N';
|
||||
if(!$args->is_shortcut) $args->is_shortcut = 'Y';
|
||||
|
||||
if($request->menu_name_key) $args->name = $request->menu_name_key;
|
||||
else $args->name = $request->menu_name;
|
||||
|
|
@ -286,6 +286,7 @@
|
|||
$args->menu_srl = $request->menu_srl;
|
||||
$args->name = $request->menu_name;
|
||||
$args->parent_srl = $request->parent_srl;
|
||||
$args->is_shortcut = $request->is_shortcut;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue