diff --git a/phpBB/install/startup.php b/phpBB/install/startup.php index 0d3e01efaa..927f529b73 100644 --- a/phpBB/install/startup.php +++ b/phpBB/install/startup.php @@ -51,6 +51,11 @@ function installer_msg_handler($errno, $msg_text, $errfile, $errline) { global $phpbb_installer_container; + if (error_reporting() == 0) + { + return true; + } + switch ($errno) { case E_NOTICE: