mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue