aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2015-05-10 23:54:49 +0200
committerNicofuma <github@nicofuma.fr>2015-05-14 23:04:23 +0200
commit02af9385a13543f3f6bd9cb1500fd8508bcd35ac (patch)
treef975127f8aabaf1777589240a248ffefee1429f7 /phpBB/install
parent549fe66d90eed1d6a4fee6f5f706c73455d73596 (diff)
downloadforums-02af9385a13543f3f6bd9cb1500fd8508bcd35ac.tar
forums-02af9385a13543f3f6bd9cb1500fd8508bcd35ac.tar.gz
forums-02af9385a13543f3f6bd9cb1500fd8508bcd35ac.tar.bz2
forums-02af9385a13543f3f6bd9cb1500fd8508bcd35ac.tar.xz
forums-02af9385a13543f3f6bd9cb1500fd8508bcd35ac.zip
[ticket/13770] Fix tests
PHPBB3-13770
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index f935e3d08c..3559a10971 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -117,11 +117,10 @@ $phpbb_class_loader_ext->register();
// Set up container
$phpbb_config_php_file = new \phpbb\config_php_file($phpbb_root_path, $phpEx);
$phpbb_container_builder = new \phpbb\di\container_builder($phpbb_root_path, $phpEx);
-$phpbb_container = $phpbb_container_builder
+$phpbb_container_builder
->without_extensions()
->without_cache()
->without_compiled_container()
- ->get_container()
;
$other_config_path = $phpbb_root_path . 'install/update/new/config/';