1
0
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:
Carlo 2014-07-15 19:21:41 +02:00
parent d95d6720bc
commit a4972bb338

View File

@ -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);