aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorCarlo <carlo@phpbbitalia.net>2014-07-12 17:48:53 +0200
committerCarlo <carlo@phpbbitalia.net>2014-07-12 17:48:53 +0200
commit6082b5e3d3942b330d7bb2aa822d97b9038babe5 (patch)
treebe2dd1938f5b1e9a6f0a3bba376ce85c7700c0d1 /phpBB
parent1125fb3cabf7a69dc4cac852efd655ce2afcd7a0 (diff)
downloadforums-6082b5e3d3942b330d7bb2aa822d97b9038babe5.tar
forums-6082b5e3d3942b330d7bb2aa822d97b9038babe5.tar.gz
forums-6082b5e3d3942b330d7bb2aa822d97b9038babe5.tar.bz2
forums-6082b5e3d3942b330d7bb2aa822d97b9038babe5.tar.xz
forums-6082b5e3d3942b330d7bb2aa822d97b9038babe5.zip
[ticket/12685] We need extensions enabled
PHPBB3-12685
Diffstat (limited to 'phpBB')
-rwxr-xr-xphpBB/bin/phpbbcli.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/bin/phpbbcli.php b/phpBB/bin/phpbbcli.php
index c8098094a2..4c4367b31c 100755
--- a/phpBB/bin/phpbbcli.php
+++ b/phpBB/bin/phpbbcli.php
@@ -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();