aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-10-20 10:34:42 -0400
committerIgor Wiedler <igor@wiedler.ch>2012-11-10 11:40:09 +0100
commit2f692ef3b9bf87375f1e0922f8f42a595bda9d88 (patch)
tree6a2a803ee9e0059ba4e785a0d5a6c382d9a10ae7
parent44ba84087755b66a2ce5bed06bd8558628239ab3 (diff)
downloadforums-2f692ef3b9bf87375f1e0922f8f42a595bda9d88.tar
forums-2f692ef3b9bf87375f1e0922f8f42a595bda9d88.tar.gz
forums-2f692ef3b9bf87375f1e0922f8f42a595bda9d88.tar.bz2
forums-2f692ef3b9bf87375f1e0922f8f42a595bda9d88.tar.xz
forums-2f692ef3b9bf87375f1e0922f8f42a595bda9d88.zip
[feature/compiled-dic] Remove redundant method call
PHPBB3-11152
-rw-r--r--phpBB/install/index.php1
1 files changed, 0 insertions, 1 deletions
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'));