1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12685] Override getDefaultInputDefinition()

PHPBB3-12685
This commit is contained in:
Carlo
2014-07-15 16:07:52 +02:00
parent 3eafeeb88d
commit 7cffedf5e3
2 changed files with 20 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ $phpbb_container_builder = new \phpbb\di\container_builder($phpbb_config_php_fil
$input = new ArgvInput();
if ($input->hasParameterOption(array('--safe-mode')))
if ($input->getParameterOption(array('--safe-mode')))
{
$phpbb_container_builder->set_use_extensions(false);
$phpbb_container_builder->set_dump_container(false);