aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r--phpBB/includes/template.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php
index e1e96791c9..109f7a29ee 100644
--- a/phpBB/includes/template.php
+++ b/phpBB/includes/template.php
@@ -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;