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:
ucorina 2012-08-07 14:22:21 +00:00
parent dda83afd72
commit f76ea66105

View file

@ -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;
}