mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 201, fixed a bug for do not create or modify menu item when not use multilanguage on menu name
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9433 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
116028aab6
commit
5f26ec1135
1 changed files with 6 additions and 1 deletions
|
|
@ -133,7 +133,12 @@
|
|||
$args->parent_srl = $source_args->parent_srl;
|
||||
$args->menu_srl = $source_args->menu_srl;
|
||||
$args->menu_id = $source_args->menu_id;
|
||||
$args->name = $source_args->menu_name_key;
|
||||
|
||||
if ($source_args->menu_name_key)
|
||||
$args->name = $source_args->menu_name_key;
|
||||
else
|
||||
$args->name = $source_args->menu_name;
|
||||
|
||||
$args->url = trim($source_args->menu_url);
|
||||
$args->open_window = $source_args->menu_open_window;
|
||||
$args->expand = $source_args->menu_expand;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue