mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[feature/template-engine] Deleted silencing of notices.
The code is now supposed to be notice-free, therefore there is no need to have the notices silenced. PHPBB3-9726
This commit is contained in:
@@ -260,6 +260,7 @@ class phpbb_template
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
if (defined('IN_ERROR_HANDLER'))
|
||||
{
|
||||
if ((E_NOTICE & error_reporting()) == E_NOTICE)
|
||||
@@ -267,6 +268,7 @@ class phpbb_template
|
||||
error_reporting(error_reporting() ^ E_NOTICE);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
$_tpldata = &$this->_tpldata;
|
||||
$_rootref = &$this->_rootref;
|
||||
|
Reference in New Issue
Block a user