From 2f692ef3b9bf87375f1e0922f8f42a595bda9d88 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 20 Oct 2012 10:34:42 -0400 Subject: [PATCH] [feature/compiled-dic] Remove redundant method call PHPBB3-11152 --- phpBB/install/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 9203a7d3bc..9d8e9e87aa 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -93,7 +93,6 @@ $phpbb_class_loader_ext->register(); // Set up container $phpbb_container = phpbb_create_install_container($phpbb_root_path, $phpEx); -$phpbb_container->setAlias('cache.driver', 'cache.driver.install'); $phpbb_class_loader->set_cache($phpbb_container->get('cache.driver')); $phpbb_class_loader_ext->set_cache($phpbb_container->get('cache.driver'));