* Fix bug#25799

This commit is contained in:
zenggang
2022-07-28 07:21:35 +00:00
parent dfae2ec61f
commit 1b5b6d7e5e
+1 -1
View File
@@ -398,7 +398,7 @@ class userModel extends model
$users = fixer::input('post')->get();
$data = array();
$accounts = array();
for($i = 1; $i < $this->config->user->batchCreate; $i++)
for($i = 1; $i <= $this->config->user->batchCreate; $i++)
{
$users->account[$i] = trim($users->account[$i]);
if($users->account[$i] != '')