diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index e3fa1195cb..6c7558faa3 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -500,7 +500,7 @@ class template if ($filename) { - include_once($filename); + include($filename); return; } eval(' ?>' . $this->compiled_code[$handle] . '