Skip to content

Commit 1cb3cd1

Browse files
committed
kwarg
1 parent 951f18d commit 1cb3cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/admin/pi-mgmt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class="filterSearch"
119119
$owner_attributes = $LDAP->getUsersAttributes(
120120
$owner_uids,
121121
["uid", "gecos", "mail"],
122-
["gecos" => "(not found)", "mail" => "(not found)"]
122+
default_values: ["gecos" => "(not found)", "mail" => "(not found)"]
123123
);
124124
usort($owner_attributes, fn($a, $b) => strcmp($a["uid"][0], $b["uid"][0]));
125125
foreach ($owner_attributes as $attributes) {

0 commit comments

Comments
 (0)