aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2013-01-01 21:07:03 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2013-01-02 01:29:32 -0500
commit8d3edd412870640f7b906f3da67de3c5303dcb7a (patch)
tree1d7f8a4549260943747e147c7d8c4ded70ce7a48 /phpBB/install/index.php
parentb94f9ae3029777fa0aba2f3cb52b321925ce7e72 (diff)
downloadforums-8d3edd412870640f7b906f3da67de3c5303dcb7a.tar
forums-8d3edd412870640f7b906f3da67de3c5303dcb7a.tar.gz
forums-8d3edd412870640f7b906f3da67de3c5303dcb7a.tar.bz2
forums-8d3edd412870640f7b906f3da67de3c5303dcb7a.tar.xz
forums-8d3edd412870640f7b906f3da67de3c5303dcb7a.zip
[ticket/11305] Create a normal container during final installation step.
The final step calls a bunch of code which expects a full phpBB runtime environment. Also, by this step everything should be configured and database schema set up. Therefore, in the final step replace installer container with a normal phpBB container. PHPBB3-11305
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 0b3af3bdce..64c9ef9155 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -101,9 +101,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'));
-// set up caching
-$cache = $phpbb_container->get('cache');
-
$phpbb_dispatcher = $phpbb_container->get('dispatcher');
$request = $phpbb_container->get('request');