git-svn-id: file:///svn/phpbb/trunk@6817 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-12-28 14:27:19 +00:00
parent 945afbc5fa
commit 69ef685cde

View file

@ -207,12 +207,6 @@ class template
$compile = new template_compile($this); $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 we don't have a file assigned to this handle, die.
if (!isset($this->files[$handle])) if (!isset($this->files[$handle]))
{ {