[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;
if (error_reporting() == 0)
{
return true;
}
switch ($errno)
{
case E_NOTICE: