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:
@ -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:
|
||||||
|
Reference in New Issue
Block a user