mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 19:49:20 +02:00
[ticket/12685] Replace getParameterOption with hasParameterOption
PHPBB3-12685
This commit is contained in:
parent
d95d6720bc
commit
a4972bb338
@ -45,7 +45,7 @@ $phpbb_container_builder->set_dump_container(false);
|
||||
|
||||
$input = new ArgvInput();
|
||||
|
||||
if ($input->getParameterOption(array('--safe-mode')))
|
||||
if ($input->hasParameterOption(array('--safe-mode')))
|
||||
{
|
||||
$phpbb_container_builder->set_use_extensions(false);
|
||||
$phpbb_container_builder->set_dump_container(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user