mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +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();
|
$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_use_extensions(false);
|
||||||
$phpbb_container_builder->set_dump_container(false);
|
$phpbb_container_builder->set_dump_container(false);
|
||||||
|
Reference in New Issue
Block a user