aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/bin/phpbbcli.php
diff options
context:
space:
mode:
authorCarlo <carlo@phpbbitalia.net>2014-07-15 10:22:39 +0200
committerCarlo <carlo@phpbbitalia.net>2014-07-15 10:22:39 +0200
commit7e6215fb7f01eeaa4798d45a1f366685693bfdcc (patch)
tree247b3cc10b31acabbe461de975f90539e8824116 /phpBB/bin/phpbbcli.php
parent0f41a8fc31ba6af38fc90f47b742ffe35815fd3b (diff)
downloadforums-7e6215fb7f01eeaa4798d45a1f366685693bfdcc.tar
forums-7e6215fb7f01eeaa4798d45a1f366685693bfdcc.tar.gz
forums-7e6215fb7f01eeaa4798d45a1f366685693bfdcc.tar.bz2
forums-7e6215fb7f01eeaa4798d45a1f366685693bfdcc.tar.xz
forums-7e6215fb7f01eeaa4798d45a1f366685693bfdcc.zip
[ticket/12685] Container is dumped by default
PHPBB3-12685
Diffstat (limited to 'phpBB/bin/phpbbcli.php')
-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 21940d8a51..5fac2cf8b3 100755
--- a/phpBB/bin/phpbbcli.php
+++ b/phpBB/bin/phpbbcli.php
@@ -41,7 +41,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_dump_container(true);
$input = new ArgvInput();