mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 06:06:32 +02:00
Merge branch '3.2.x'
* 3.2.x: [ticket/14510] Prevent infinite loop in add_bots task
This commit is contained in:
@ -214,6 +214,7 @@ class add_bots extends \phpbb\install\task_base
|
||||
// If we can't insert this user then continue to the next one to avoid inconsistent data
|
||||
$this->io_handler->add_error_message('CONV_ERROR_INSERT_BOT');
|
||||
|
||||
$i++;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user