mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12685] Replace getParameterOption with hasParameterOption
PHPBB3-12685
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user