From: Roland Häder Date: Sat, 28 Feb 2009 23:42:17 +0000 (+0000) Subject: Rewritten (does this fix the nested error?) X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=5d0d05a99b39c75b54cd6b02c6093cf71532cd83 Rewritten (does this fix the nested error?) --- diff --git a/inc/fatal_errors.php b/inc/fatal_errors.php index 98f8a8c608..94c4ea0d9e 100644 --- a/inc/fatal_errors.php +++ b/inc/fatal_errors.php @@ -74,7 +74,10 @@ if (getTotalFatalErrors() > 0) { } // Load main template - mxchange_die(LOAD_TEMPLATE("runtime_fatal_table", true, $OUT)); + LOAD_TEMPLATE("runtime_fatal_table", false, $OUT); + + // Abort here + exit; } // Message to regular users (non-admin)