diff options
author | David M <davidmj@users.sourceforge.net> | 2006-12-28 14:27:19 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-12-28 14:27:19 +0000 |
commit | 69ef685cde40bb014e8e5a3872baa77136bdd7fb (patch) | |
tree | 63b9dd95401b528baa8ad4598d27f2c349ca9d38 /phpBB/includes/template.php | |
parent | 945afbc5fa427f6e6fa15f3e2f5c67969121b01e (diff) | |
download | forums-69ef685cde40bb014e8e5a3872baa77136bdd7fb.tar forums-69ef685cde40bb014e8e5a3872baa77136bdd7fb.tar.gz forums-69ef685cde40bb014e8e5a3872baa77136bdd7fb.tar.bz2 forums-69ef685cde40bb014e8e5a3872baa77136bdd7fb.tar.xz forums-69ef685cde40bb014e8e5a3872baa77136bdd7fb.zip |
#6642
git-svn-id: file:///svn/phpbb/trunk@6817 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r-- | phpBB/includes/template.php | 6 |
1 files changed, 0 insertions, 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])) { |