aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index fc3257dfd8..0c5daa9231 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3228,6 +3228,9 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
echo '</html>';
exit_handler();
+
+ // On a fatal error (and E_USER_ERROR *is* fatal) we never want other scripts to continue and force an exit here.
+ exit;
break;
case E_USER_WARNING: