1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-15 21:44:56 +01:00
git-svn-id: file:///svn/phpbb/trunk@6405 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-09-24 15:07:08 +00:00
parent 7e9a6dd8b5
commit e1beb68ae1

View File

@ -500,7 +500,7 @@ class template
if ($filename)
{
include_once($filename);
include($filename);
return;
}
eval(' ?>' . $this->compiled_code[$handle] . '<?php ');