Skip to content

Commit 4ee5176

Browse files
fhelferkergomard
authored andcommitted
Fix UserAutocomplete Limit being ignored
1 parent dbb4e3a commit 4ee5176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Services/User/classes/class.ilUserAutoComplete.php

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ public function getList(string $a_str): string
243243
}
244244
$recs[$rec['usr_id']] = $rec;
245245
$usrIds[] = $rec['usr_id'];
246+
$cnt++;
246247
}
247248
$callable_name = null;
248249
if (is_callable($this->user_filter, true, $callable_name)) {

0 commit comments

Comments
 (0)