From 5de4924c4beabad4100f329ade0af8e7c03c5eff Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Wed, 13 Oct 2010 23:10:15 +0200 Subject: [PATCH] [feature/request-class] Remove duplicate class loader from common.php PHPBB3-9716 --- phpBB/common.php | 3 --- 1 file changed, 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