mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 23:55:26 +02:00
not doubling notices...
git-svn-id: file:///svn/phpbb/trunk@7234 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c54cdd87fe
commit
bf94e3b132
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user