From 0d56643cb2878fbf5cac86e5536ea9a9d067fa7b Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 11 Oct 2003 23:58:57 +0000 Subject: [PATCH] include_once git-svn-id: file:///svn/phpbb/trunk@4557 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index ccb835c6cb..79042f6156 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -116,7 +116,7 @@ class template if ($filename = $this->_tpl_load($handle)) { - include($filename); + include_once($filename); } else { @@ -297,7 +297,7 @@ class template if ($filename) { - include($filename); + include_once($filename); return; } eval(' ?>' . $this->compiled_code[$handle] . '