aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-12-28 14:27:19 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-12-28 14:27:19 +0000
commit69ef685cde40bb014e8e5a3872baa77136bdd7fb (patch)
tree63b9dd95401b528baa8ad4598d27f2c349ca9d38 /phpBB/includes/template.php
parent945afbc5fa427f6e6fa15f3e2f5c67969121b01e (diff)
downloadforums-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.php6
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]))
{