mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/14349] Do output suppressed errors
PHPBB3-14349
This commit is contained in:
parent
4bcec475fe
commit
3910ffd664
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue