[ticket/12685] We need extensions enabled

PHPBB3-12685
This commit is contained in:
Carlo 2014-07-12 17:48:53 +02:00
parent 1125fb3cab
commit 6082b5e3d3

View file

@ -39,7 +39,6 @@ $phpbb_class_loader_ext = new \phpbb\class_loader('\\', "{$phpbb_root_path}ext/"
$phpbb_class_loader_ext->register();
$phpbb_container_builder = new \phpbb\di\container_builder($phpbb_config_php_file, $phpbb_root_path, $phpEx);
$phpbb_container_builder->set_use_extensions(false);
$phpbb_container_builder->set_dump_container(false);
$phpbb_container = $phpbb_container_builder->get_container();