Skip to content

Commit 80328ba

Browse files
committed
Ensure search option is not hardcoded to all
1 parent 34f83e4 commit 80328ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax/searchoptionvalue.php

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

111111

112112
case "glpi_users.name" :
113-
$options2['right'] = 'all';
113+
$options2['right'] = $searchopt['right'];
114114
break;
115115
}
116116

0 commit comments

Comments
 (0)