mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[feature/template-engine] Remove commented out error reporting logic.
PHPBB3-9726
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user