aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/template.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php
index 9a030ffd35..a30690615d 100644
--- a/phpBB/includes/template.php
+++ b/phpBB/includes/template.php
@@ -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)