diff options
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r-- | phpBB/install/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 19cf27940b..f935e3d08c 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -118,7 +118,6 @@ $phpbb_class_loader_ext->register(); $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 - ->with_config($phpbb_config_php_file) ->without_extensions() ->without_cache() ->without_compiled_container() |