mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14510] Prevent infinite loop in add_bots task
PHPBB3-14510
This commit is contained in:
parent
a38a6ec7f5
commit
fa2ae3a14b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue