mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 06:42:14 +09:00
after join, redirect_url modify by module selector
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12487 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c5d81668c2
commit
c82e654111
5 changed files with 29 additions and 5 deletions
|
|
@ -191,9 +191,13 @@ class memberAdminController extends member
|
|||
FileHandler::removeFile($agreement_file);
|
||||
$args->agreement = NULL;
|
||||
}
|
||||
if(!trim(strip_tags($args->redirect_url)))
|
||||
|
||||
if($args->redirect_url)
|
||||
{
|
||||
$args->redirect_url = NULL;
|
||||
$tmpArgs->menu_item_srl = (int)$args->redirect_url;
|
||||
$output = executeQuery('module.getModuleInfoByMenuItemSrl', $tmpArgs);
|
||||
|
||||
$args->redirect_url = Context::getDefaultUrl().$output->data->mid;
|
||||
}
|
||||
|
||||
$args->profile_image = $args->profile_image ? 'Y' : 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue