diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-06-29 00:35:46 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-07 01:02:36 +0200 |
| commit | f2e8e928c08809202b1abf5668a46e3d9e735c38 (patch) | |
| tree | c55a814fffc56312f6b542643d36c801c136a971 /phpBB/common.php | |
| parent | 2db160ff87fa42ca6c47e580de9bc9d7e5cced49 (diff) | |
| download | forums-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar forums-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.gz forums-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.bz2 forums-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.xz forums-f2e8e928c08809202b1abf5668a46e3d9e735c38.zip | |
[ticket/12775] Fix container_builder
PHPBB3-12775
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index a1dfe2a76c..0dfd29dfdb 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -95,7 +95,7 @@ $phpbb_class_loader_ext->register(); phpbb_load_extensions_autoloaders($phpbb_root_path); // 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')); |
