]> git.mxchange.org Git - mailer.git/blobdiff - inc/fatal_errors.php
Rewritten (does this fix the nested error?)
[mailer.git] / inc / fatal_errors.php
index 98f8a8c6083070ab8a3b7896114f64c222bafa78..94c4ea0d9e0b7ee2cf41b54d94b21bff5a87c8dc 100644 (file)
@@ -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)