mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
issue 1014 added moving url after logout
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9818 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
186a6b640c
commit
585e07e1dc
2 changed files with 11 additions and 5 deletions
|
|
@ -352,7 +352,8 @@
|
|||
|
||||
$oModuleModel = &getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('member');
|
||||
if($config->after_logout_url) Context::set('redirect_url', $config->after_logout_url);
|
||||
if($config->after_logout_url)
|
||||
$output->redirect_url = $config->after_logout_url;
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue