mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/template-engine] Remove commented out error reporting logic.
PHPBB3-9726
This commit is contained in:
parent
0ca7ad66dc
commit
97d2a6527e
1 changed files with 0 additions and 10 deletions
|
@ -201,16 +201,6 @@ class phpbb_template
|
|||
return $result[0];
|
||||
}
|
||||
|
||||
/*
|
||||
if (defined('IN_ERROR_HANDLER'))
|
||||
{
|
||||
if ((E_NOTICE & error_reporting()) == E_NOTICE)
|
||||
{
|
||||
error_reporting(error_reporting() ^ E_NOTICE);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
$renderer = $this->_tpl_load($handle);
|
||||
|
||||
if ($renderer)
|
||||
|
|
Loading…
Add table
Reference in a new issue