mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-05 20:21:53 +02:00
again, some changes here and there...
git-svn-id: file:///svn/phpbb/trunk@7218 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -3608,11 +3608,11 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
|
||||
|
||||
exit;
|
||||
break;
|
||||
|
||||
case E_RECOVERABLE_ERROR:
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
|
||||
// If we notice an error not handled here we pass this back to PHP by returning false
|
||||
// This may not work for all php versions
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user