aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-10-20 10:36:09 -0400
committerIgor Wiedler <igor@wiedler.ch>2012-11-10 11:40:09 +0100
commit996f63fb34de9f631374fb4b3fb0fb14598affa4 (patch)
tree4f4b1b1dd6c024d0cbc7e81edf56dd6188568428 /phpBB/install/index.php
parent2f692ef3b9bf87375f1e0922f8f42a595bda9d88 (diff)
downloadforums-996f63fb34de9f631374fb4b3fb0fb14598affa4.tar
forums-996f63fb34de9f631374fb4b3fb0fb14598affa4.tar.gz
forums-996f63fb34de9f631374fb4b3fb0fb14598affa4.tar.bz2
forums-996f63fb34de9f631374fb4b3fb0fb14598affa4.tar.xz
forums-996f63fb34de9f631374fb4b3fb0fb14598affa4.zip
[feature/compiled-dic] Remove re-creation of class loader in install
PHPBB3-11152
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r--phpBB/install/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 9d8e9e87aa..0afa24066a 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -96,9 +96,6 @@ $phpbb_container = phpbb_create_install_container($phpbb_root_path, $phpEx);
$phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));
$phpbb_class_loader_ext->set_cache($phpbb_container->get('cache.driver'));
-$phpbb_class_loader = $phpbb_container->get('class_loader');
-$phpbb_class_loader_ext = $phpbb_container->get('class_loader.ext');
-
// set up caching
$cache = $phpbb_container->get('cache');