Skip to content

Commit 4fee066

Browse files
committed
remove dangling reference
1 parent 4e1c205 commit 4fee066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/panel/modal/new_pi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// cache PI group info in $_SESSION for ajax pi_search.php
99
// cache persists only until the user loads this page again
10-
$owner_uids = $LDAP->getAllPIGroupOwnerUIDs();
10+
$owner_uids = $LDAP->getAllNonDisabledPIGroupOwnerUIDs();
1111
$owner_attributes = $LDAP->getUsersAttributes(
1212
$owner_uids,
1313
["uid", "gecos", "mail"],

0 commit comments

Comments
 (0)