Skip to content

Commit a9200c3

Browse files
committed
Ensure search option is not hardcoded to all
1 parent 8b8c780 commit a9200c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax/searchoptionvalue.php

+1-1
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)