Skip to content

Commit 3aab9a8

Browse files
committed
fix function name
1 parent 22e43ca commit 3aab9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/update-qualified-users-group.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
$args = $cli->parse($argv, true);
1414

1515
$qualified_list_before = $LDAP->userFlagGroups["qualified"]->getMemberUIDs();
16-
$pi_groups_attributes = $LDAP->getAllNonDefunctPIGroupsAttributes(
16+
$pi_groups_attributes = $LDAP->getAllNonDisabledPIGroupsAttributes(
1717
["memberuid"],
1818
["memberuid" => []],
1919
);

0 commit comments

Comments
 (0)