diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2010-10-13 23:16:25 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2010-10-13 23:16:25 +0200 |
| commit | 6e5e22961a86c168742ba20dbd7e575ce3afd1b7 (patch) | |
| tree | ca53fb20dda35175128ba6ded3ce1a61a2d4adfa /phpBB/common.php | |
| parent | 186bc82480bba31127baf012e66a892b6e3108af (diff) | |
| parent | 5de4924c4beabad4100f329ade0af8e7c03c5eff (diff) | |
| download | forums-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.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 |
