diff options
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 328f86bb2a..be0ef0e237 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3499,6 +3499,8 @@ function msg_handler($errno, $msg_text, $errfile, $errline) echo '<b>[phpBB Debug] PHP Notice</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n"; } + return; + break; case E_USER_ERROR: |