Skip to content

Commit

Permalink
Ensure search option is not hardcoded to all
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Nov 15, 2016
1 parent 34f83e4 commit 80328ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax/searchoptionvalue.php
Expand Up @@ -110,7 +110,7 @@


case "glpi_users.name" :
$options2['right'] = 'all';
$options2['right'] = $searchopt['right'];
break;
}

Expand Down

0 comments on commit 80328ba

Please sign in to comment.