mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
fix bug #4454
git-svn-id: file:///svn/phpbb/trunk@6405 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7e9a6dd8b5
commit
e1beb68ae1
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ class template
|
||||||
|
|
||||||
if ($filename)
|
if ($filename)
|
||||||
{
|
{
|
||||||
include_once($filename);
|
include($filename);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
eval(' ?>' . $this->compiled_code[$handle] . '<?php ');
|
eval(' ?>' . $this->compiled_code[$handle] . '<?php ');
|
||||||
|
|
Loading…
Add table
Reference in a new issue