Skip to content

Commit e0accce

Browse files
committed
typo
1 parent 875688c commit e0accce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnityLDAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private function IDNumInUse($id)
167167
if (($id >= 100 && $id <= 999) || ($id >= 60000 && $id <= 64999)) {
168168
return true;
169169
}
170-
$user = $this->getAllUsers();
170+
$users = $this->getAllUsers();
171171
foreach ($users as $user) {
172172
if ($user->getAttribute("uidnumber")[0] == $id) {
173173
return true;

0 commit comments

Comments
 (0)