diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Config/Query.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index afd330898..74e265037 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -75,7 +75,7 @@ sub get_param_list { }, { - name => 'quicksearch_allow_empty_words', + name => 'specific_search_allow_empty_words', type => 'b', default => 0 } |