From ec4eabe4ceedbce15f4b0e185938cc1fce818923 Mon Sep 17 00:00:00 2001 From: David M Date: Mon, 9 Jul 2007 18:27:57 +0000 Subject: #12675 git-svn-id: file:///svn/phpbb/trunk@7853 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/template.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/includes/template.php') diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 9095a31dba..f8db087d48 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -34,6 +34,7 @@ class template var $root = ''; var $cachepath = ''; var $files = array(); + var $filename = array(); // this will hash handle names to the compiled/uncompiled code for that handle. var $compiled_code = array(); @@ -246,6 +247,7 @@ class template $compile->_tpl_load_file($row['template_filename']); unset($this->compiled_code[$row['template_filename']]); unset($this->files[$row['template_filename']]); + unset($this->filename[$row['template_filename']]); } } -- cgit v1.2.1