From 9ccd209930bdbaff937911899e4e4f3b223d90ba Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 9 Oct 2009 11:12:37 +0000 Subject: [PATCH] fix bug #52605 - regression from r9811 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10217 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/template.php | 1 + 1 file changed, 1 insertion(+) 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]; } /**