aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-29 00:35:46 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-07 01:02:36 +0200
commitf2e8e928c08809202b1abf5668a46e3d9e735c38 (patch)
treec55a814fffc56312f6b542643d36c801c136a971 /phpBB/download
parent[ticket/12775] Rename config_php to config_php_file (diff)
downloadphpbb-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.gz
phpbb-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.bz2
phpbb-f2e8e928c08809202b1abf5668a46e3d9e735c38.zip
[ticket/12775] Fix container_builder
PHPBB3-12775
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index 07cc73e5cc..d4e0f04d2b 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -61,7 +61,7 @@ if (isset($_GET['avatar']))
$phpbb_class_loader_ext->register();
// Set up container
- $phpbb_container_builder = new \phpbb\di\container_factory($phpbb_config_php_file, $phpbb_root_path, $phpEx);
+ $phpbb_container_builder = new \phpbb\di\container_builder($phpbb_config_php_file, $phpbb_root_path, $phpEx);
$phpbb_container = $phpbb_container_builder->get_container();
$phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));