1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-10 08:25:42 +02:00

Merge pull request from 3D-I/ticket/16261

[ticket/16261] Missing check whether the index exists in install - PHP 7.4
This commit is contained in:
Marc Alexander 2019-12-22 16:32:35 +01:00
commit 0e974eb49a
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

@ -131,7 +131,7 @@ abstract class module_base implements module_interface
$name, $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 else
{ {