aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-07-09 23:33:44 +0200
committerIgor Wiedler <igor@wiedler.ch>2011-07-10 00:30:50 +0200
commitf7b06ca12db9da519d49ce334eaf96573d003c0f (patch)
tree30cf8c1e44e0ed92f57afd5f15c6ebff69bfeead /phpBB/common.php
parent1d26398faab3459e52dd951299df6e0a2fc66e7d (diff)
downloadforums-f7b06ca12db9da519d49ce334eaf96573d003c0f.tar
forums-f7b06ca12db9da519d49ce334eaf96573d003c0f.tar.gz
forums-f7b06ca12db9da519d49ce334eaf96573d003c0f.tar.bz2
forums-f7b06ca12db9da519d49ce334eaf96573d003c0f.tar.xz
forums-f7b06ca12db9da519d49ce334eaf96573d003c0f.zip
[feature/template-engine] Move template.php to includes/template
This allows making use of autoloading. PHPBB3-9726
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 46f78a7926..67fb5cf6ae 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -182,7 +182,6 @@ if (!empty($load_extensions) && function_exists('dl'))
// Include files
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
-require($phpbb_root_path . 'includes/template.' . $phpEx);
require($phpbb_root_path . 'includes/session.' . $phpEx);
require($phpbb_root_path . 'includes/auth.' . $phpEx);