mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 2283 do not redirect page when used form filter.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11105 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d7e4cdf1d2
commit
612193126c
1 changed files with 5 additions and 1 deletions
|
|
@ -503,7 +503,11 @@
|
|||
$_SESSION['XE_VALIDATOR_ERROR'] = $error;
|
||||
if ($message != 'success') $_SESSION['XE_VALIDATOR_MESSAGE'] = $message;
|
||||
$_SESSION['XE_VALIDATOR_MESSAGE_TYPE'] = $messageType;
|
||||
$_SESSION['XE_VALIDATOR_RETURN_URL'] = $redirectUrl;
|
||||
|
||||
if(Context::get('xeVirtualRequestMethod') != 'xml')
|
||||
{
|
||||
$_SESSION['XE_VALIDATOR_RETURN_URL'] = $redirectUrl;
|
||||
}
|
||||
}
|
||||
|
||||
unset($logged_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue