mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
fixed #69, mid 변경시, success_return_url에 포함돼 있는 mid를 새로 지정한 mid로 자동으로 지정되도록 변경
This commit is contained in:
parent
b9043013d2
commit
1ba4fa7921
1 changed files with 6 additions and 0 deletions
|
|
@ -546,6 +546,12 @@ class moduleController extends module
|
|||
return $updateMenuItemOutput;
|
||||
}
|
||||
}
|
||||
|
||||
// if mid changed, change mid of success_return_url to new mid
|
||||
if($module_info->mid != $args->mid && Context::get('success_return_url'))
|
||||
{
|
||||
changeValueInUrl('mid', $args->mid, $module_info->mid);
|
||||
}
|
||||
|
||||
// Insert module extra vars
|
||||
$this->insertModuleExtraVars($args->module_srl, $extra_vars);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue