mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12685] Replace getParameterOption with hasParameterOption
PHPBB3-12685
This commit is contained in:
parent
d95d6720bc
commit
a4972bb338
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue