From 69ef685cde40bb014e8e5a3872baa77136bdd7fb Mon Sep 17 00:00:00 2001 From: David M Date: Thu, 28 Dec 2006 14:27:19 +0000 Subject: [PATCH] #6642 git-svn-id: file:///svn/phpbb/trunk@6817 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/template.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 97c92558b6..a2e04e4ab4 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -207,12 +207,6 @@ class template $compile = new template_compile($this); - // If the file for this handle is already loaded and compiled, do nothing. - if (!empty($this->compiled_code[$handle])) - { - return true; - } - // If we don't have a file assigned to this handle, die. if (!isset($this->files[$handle])) {