aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-10-13 23:16:25 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-10-13 23:16:25 +0200
commit6e5e22961a86c168742ba20dbd7e575ce3afd1b7 (patch)
treeca53fb20dda35175128ba6ded3ce1a61a2d4adfa /phpBB/common.php
parent186bc82480bba31127baf012e66a892b6e3108af (diff)
parent5de4924c4beabad4100f329ade0af8e7c03c5eff (diff)
downloadforums-6e5e22961a86c168742ba20dbd7e575ce3afd1b7.tar
forums-6e5e22961a86c168742ba20dbd7e575ce3afd1b7.tar.gz
forums-6e5e22961a86c168742ba20dbd7e575ce3afd1b7.tar.bz2
forums-6e5e22961a86c168742ba20dbd7e575ce3afd1b7.tar.xz
forums-6e5e22961a86c168742ba20dbd7e575ce3afd1b7.zip
Merge branch 'feature/igorw/request-class' into develop
* feature/igorw/request-class: [feature/request-class] Remove duplicate class loader from common.php
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 2eba85383d..d0955c41a9 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -219,9 +219,6 @@ $auth = new auth();
$template = new template();
$db = new $sql_db();
-$class_loader = new phpbb_class_loader($phpbb_root_path, '.' . $phpEx, $cache);
-$class_loader->register();
-
// make sure request_var uses this request instance
request_var('', 0, false, false, $request); // "dependency injection" for a function