1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-15 05:14:28 +02:00

[ticket/16261] Missing check whether the index exists in install - PHP 7.4

PHPBB3-16261
This commit is contained in:
3D-I 2019-12-22 01:12:46 +01:00
parent a83b8e7792
commit d181713832

View File

@ -131,7 +131,7 @@ abstract class module_base implements module_interface
$name,
));
$this->install_config->increment_current_task_progress($this->task_step_count[$name]);
$this->install_config->increment_current_task_progress($this->task_step_count[$name] ?? false);
}
else
{