mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@6817 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
945afbc5fa
commit
69ef685cde
1 changed files with 0 additions and 6 deletions
|
@ -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]))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue