aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/template.php2
1 files changed, 1 insertions, 1 deletions
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] . '<?php ');