From 996f63fb34de9f631374fb4b3fb0fb14598affa4 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 20 Oct 2012 10:36:09 -0400 Subject: [PATCH] [feature/compiled-dic] Remove re-creation of class loader in install PHPBB3-11152 --- phpBB/install/index.php | 3 --- 1 file changed, 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');