Skip to content

Commit 529c332

Browse files
committed
rename vars
1 parent 0fb9b2e commit 529c332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/lib/UnityLDAP.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ private function GIDNumInUse($id)
185185
}
186186
}
187187

188-
$pi_groups = $this->org_groupOU->getChildrenArray(true);
189-
foreach ($pi_groups as $pi_group) {
190-
if ($pi_group["gidnumber"][0] == $id) {
188+
$org_groups = $this->org_groupOU->getChildrenArray(true);
189+
foreach ($org_groups as $org_group) {
190+
if ($org_group["gidnumber"][0] == $id) {
191191
return true;
192192
}
193193
}

0 commit comments

Comments
 (0)