Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r16027 -r16049 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16027) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 16049) @@ -1,6 +1,6 @@ isDebugMode() ) { $message .= $this->Debugger->printReport(true); } - echo $this->UseOutputCompression() ? gzencode($message, DBG_COMPRESSION_LEVEL) : $message; - exit; + $this->HTML = $message; + $this->_outputPage(); } /**