Do not exit in Debug shutdown handler

This commit is contained in:
Kijin Sung 2016-02-16 11:43:03 +09:00
parent 04e729776c
commit 2c7f220445
2 changed files with 1 additions and 2 deletions

View file

@ -1513,7 +1513,6 @@ class Context
// Display the message.
$oModuleHandler = new ModuleHandler;
$oModuleHandler->displayContent($oMessageObject);
exit;
}
/**