aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-10-09 11:12:37 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-10-09 11:12:37 +0000
commit9ccd209930bdbaff937911899e4e4f3b223d90ba (patch)
tree821af69c510fe7b297d1689d9781714db4481993 /phpBB
parent457a195797d562d93c5eed46f5e0ab34c7efdfde (diff)
downloadforums-9ccd209930bdbaff937911899e4e4f3b223d90ba.tar
forums-9ccd209930bdbaff937911899e4e4f3b223d90ba.tar.gz
forums-9ccd209930bdbaff937911899e4e4f3b223d90ba.tar.bz2
forums-9ccd209930bdbaff937911899e4e4f3b223d90ba.tar.xz
forums-9ccd209930bdbaff937911899e4e4f3b223d90ba.zip
fix bug #52605 - regression from r9811
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10217 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/template.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php
index 7d09694e2a..af5c9d3a47 100644
--- a/phpBB/includes/template.php
+++ b/phpBB/includes/template.php
@@ -152,6 +152,7 @@ class template
function destroy()
{
$this->_tpldata = array('.' => array(0 => array()));
+ $this->_rootref = &$this->_tpldata['.'][0];
}
/**