Call common.flushDebugInfo automatically on shutdown

This commit is contained in:
Kijin Sung 2016-02-16 11:12:01 +09:00
parent 516479cf20
commit 191fa7c0c1
4 changed files with 18 additions and 7 deletions

View file

@ -884,7 +884,6 @@ class ModuleHandler extends Handler
if($_SESSION['XE_VALIDATOR_RETURN_URL'])
{
Context::getInstance()->checkSessionStatus();
header('location:' . $_SESSION['XE_VALIDATOR_RETURN_URL']);
return;
}