diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-24 21:22:43 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-24 21:22:43 -0400 |
| commit | 5c3ebb3465eee36f9147a517d4f50f4032cd04d5 (patch) | |
| tree | 1bf6018c0583e8032cf7a95d35e602aa52f49c4e /phpBB/includes | |
| parent | a2c75f60537ccf6a424c7f066eafbffc13c0c38d (diff) | |
| download | forums-5c3ebb3465eee36f9147a517d4f50f4032cd04d5.tar forums-5c3ebb3465eee36f9147a517d4f50f4032cd04d5.tar.gz forums-5c3ebb3465eee36f9147a517d4f50f4032cd04d5.tar.bz2 forums-5c3ebb3465eee36f9147a517d4f50f4032cd04d5.tar.xz forums-5c3ebb3465eee36f9147a517d4f50f4032cd04d5.zip | |
[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
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/template.php | 2 |
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; |
