mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
issue 229 when menu create or update with module instance create.
module proc return error this bug fixed git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9442 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cdeb47bb10
commit
a3bde4595d
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@
|
|||
$site_module_info = Context::get('site_module_info');
|
||||
$cmArgs->site_srl = (int)$site_module_info->site_srl;
|
||||
$cmArgs->mid = $source_args->create_menu_url;
|
||||
$cmArgs->browser_title = $source_args->menu_name_key;
|
||||
$cmArgs->browser_title = $args->name;
|
||||
|
||||
switch ($source_args->module_type){
|
||||
case 'WIDGET' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue