From: Meik S. <acy...@ph...> - 2009-10-09 11:13:24
|
Author: acydburn Date: Fri Oct 9 12:12:37 2009 New Revision: 10217 Log: fix bug #52605 - regression from r9811 Modified: branches/phpBB-3_0_0/phpBB/includes/template.php Modified: branches/phpBB-3_0_0/phpBB/includes/template.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/includes/template.php (original) --- branches/phpBB-3_0_0/phpBB/includes/template.php Fri Oct 9 12:12:37 2009 *************** *** 152,157 **** --- 152,158 ---- function destroy() { $this->_tpldata = array('.' => array(0 => array())); + $this->_rootref = &$this->_tpldata['.'][0]; } /** |