mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
fix bug #52605 - regression from r9811
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10217 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
457a195797
commit
9ccd209930
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ class template
|
||||||
function destroy()
|
function destroy()
|
||||||
{
|
{
|
||||||
$this->_tpldata = array('.' => array(0 => array()));
|
$this->_tpldata = array('.' => array(0 => array()));
|
||||||
|
$this->_rootref = &$this->_tpldata['.'][0];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue