Rewritten (does this fix the nested error?)
authorRoland Häder <roland@mxchange.org>
Sat, 28 Feb 2009 23:42:17 +0000 (23:42 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 28 Feb 2009 23:42:17 +0000 (23:42 +0000)
inc/fatal_errors.php

index 98f8a8c6083070ab8a3b7896114f64c222bafa78..94c4ea0d9e0b7ee2cf41b54d94b21bff5a87c8dc 100644 (file)
@@ -74,7 +74,10 @@ if (getTotalFatalErrors() > 0) {
                }
 
                // Load main template
                }
 
                // 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)
        }
 
        // Message to regular users (non-admin)