mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Issue 2222: When a response does a redirect, the query log does not output all the queries
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10995 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dda83afd72
commit
f76ea66105
1 changed files with 3 additions and 0 deletions
|
|
@ -555,6 +555,9 @@
|
|||
|
||||
if($_SESSION['XE_VALIDATOR_RETURN_URL'])
|
||||
{
|
||||
$display_handler = new DisplayHandler();
|
||||
$display_handler->_debugOutput();
|
||||
|
||||
header('location:'.$_SESSION['XE_VALIDATOR_RETURN_URL']);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue