diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2010-10-13 23:10:15 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2010-10-13 23:10:15 +0200 |
| commit | 5de4924c4beabad4100f329ade0af8e7c03c5eff (patch) | |
| tree | 8f1a35f156a4005204f7e970c639e8581ca3cda3 /phpBB/common.php | |
| parent | 2092a8aaca4fed55c089142b3bee55bb88a87e14 (diff) | |
| download | forums-5de4924c4beabad4100f329ade0af8e7c03c5eff.tar forums-5de4924c4beabad4100f329ade0af8e7c03c5eff.tar.gz forums-5de4924c4beabad4100f329ade0af8e7c03c5eff.tar.bz2 forums-5de4924c4beabad4100f329ade0af8e7c03c5eff.tar.xz forums-5de4924c4beabad4100f329ade0af8e7c03c5eff.zip | |
[feature/request-class] Remove duplicate class loader from common.php
PHPBB3-9716
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 3 |
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 |
