This commit is contained in:
Ian 2013-02-07 12:07:33 +01:00
parent 119f64c25c
commit 8c1adf2189

View File

@ -109,7 +109,7 @@ if (!function_exists('errorToExceptionHandler')) {
print_r($e); print_r($e);
} }
throw new ErrorException($errStr); // tracepath = all, if not ini_set('display_errors', 0); throw new ErrorException($errStr); // tracepath = all, if not ini_set('display_errors', 0);
echo '</pre>'; // if ising throw new ... this ending tag will not be send and displayed, but it still looks better and browsers don't really care echo '</pre>'; // if using throw new ... this ending tag will not be send and displayed, but it still looks better and browsers don't really care
} }
if ($serendipity['production'] === false) { if ($serendipity['production'] === false) {
echo '<p> == TESTING ERROR MODE == </p>'; echo '<p> == TESTING ERROR MODE == </p>';