Skip to content

Commit 33f9573

Browse files
Update resources/lib/UnityLDAP.php
Co-authored-by: bryank-cs <[email protected]>
1 parent 1000e4e commit 33f9573

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
@@ -291,7 +291,7 @@ public function getAllPIGroupOwnerAttributes(
291291
public function getQualifiedUID2PIGIDs(): array
292292
{
293293
// initialize output so each UID is a key with an empty array as its value
294-
$uids = $this->userFlagGroups["qualified"]->getMemberUIDs();
294+
$uids = $this->userFlagGroups[UserFlag::QUALIFIED]->getMemberUIDs();
295295
$uid2pigids = array_combine($uids, array_fill(0, count($uids), []));
296296
// for each PI group, append that GID to the member list for each of its member UIDs
297297
foreach (

0 commit comments

Comments
 (0)