aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo <carlo@phpbbitalia.net>2014-07-15 17:51:23 +0200
committerCarlo <carlo@phpbbitalia.net>2014-07-15 17:51:23 +0200
commitd95d6720bca4591208d34aeed3787db387ec7ebb (patch)
treecea2a9e3debed6b62cd94b8f8d3c71270e51d8f5
parent7cffedf5e310e0cde9bfd541ca835a4fedf26ef3 (diff)
downloadforums-d95d6720bca4591208d34aeed3787db387ec7ebb.tar
forums-d95d6720bca4591208d34aeed3787db387ec7ebb.tar.gz
forums-d95d6720bca4591208d34aeed3787db387ec7ebb.tar.bz2
forums-d95d6720bca4591208d34aeed3787db387ec7ebb.tar.xz
forums-d95d6720bca4591208d34aeed3787db387ec7ebb.zip
[ticket/12685] Do not dump container
PHPBB3-12685
-rwxr-xr-xphpBB/bin/phpbbcli.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/bin/phpbbcli.php b/phpBB/bin/phpbbcli.php
index baaa22e67b..511eca9082 100755
--- a/phpBB/bin/phpbbcli.php
+++ b/phpBB/bin/phpbbcli.php
@@ -41,6 +41,7 @@ $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(false);
$input = new ArgvInput();