1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-21 18:44:37 +02:00

[ticket/14349] Do output suppressed errors

PHPBB3-14349
This commit is contained in:
Marc Alexander
2015-12-08 19:38:29 +01:00
parent 4bcec475fe
commit 3910ffd664

View File

@ -51,6 +51,11 @@ function installer_msg_handler($errno, $msg_text, $errfile, $errline)
{ {
global $phpbb_installer_container; global $phpbb_installer_container;
if (error_reporting() == 0)
{
return true;
}
switch ($errno) switch ($errno)
{ {
case E_NOTICE: case E_NOTICE: