Index: branches/5.2.x/core/kernel/utility/debugger.php =================================================================== diff -u -N -r15435 -r15529 --- branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 15435) +++ branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 15529) @@ -1,6 +1,6 @@ $this->rowSeparator, 'ErrorsCount' => (int)$this->getProfilerTotal('error_handling'), - 'IsFatalError' => $this->IsFatalError ? 'true' : 'false', + 'IsFatalError' => $this->IsFatalError, 'SQLCount' => (int)$this->getProfilerTotal('sql'), 'SQLTime' => isset($this->ProfilerTotals['sql']) ? sprintf('%.5f', $this->ProfilerTotals['sql']) : 0, 'ScriptTime' => sprintf('%.5f', $this->ProfilerData['script_runtime']['ends'] - $this->ProfilerData['script_runtime']['begins']),