mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-28 10:09:15 +02:00
Merge branch '3.3.x'
This commit is contained in:
commit
6a0e0463f8
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user