[ticket/12620] Rebased to the latest develop-ascraeus

PHPBB3-12620
This commit is contained in:
Tristan Darricau 2014-08-09 16:46:16 +02:00
parent 42c9fd5c76
commit d2822af6d7

View file

@ -107,7 +107,6 @@ if (ENVIRONMENT == 'debug' && !class_exists('Goutte\Client', true))
phpbb_load_extensions_autoloaders($phpbb_root_path); phpbb_load_extensions_autoloaders($phpbb_root_path);
// Set up container // Set up container
$phpbb_container = phpbb_create_default_container($phpbb_root_path, $phpEx);
try try
{ {
$phpbb_container_builder = new \phpbb\di\container_builder($phpbb_config_php_file, $phpbb_root_path, $phpEx); $phpbb_container_builder = new \phpbb\di\container_builder($phpbb_config_php_file, $phpbb_root_path, $phpEx);