1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2019-12-22 16:32:41 +01:00

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
{