mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
git-svn-id: file:///svn/phpbb/trunk@6817 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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]))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user