diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-11-26 01:08:58 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-11-26 01:08:58 +0100 |
commit | c9aaffd4541554af069e4ac097c39f567b02f55a (patch) | |
tree | 13498d0860a3d4616f26d5f56e767f382678c682 /Bugzilla/Config | |
parent | 92cb17e05cecb4093ee9e189347ba66b8844528a (diff) | |
download | bugs-c9aaffd4541554af069e4ac097c39f567b02f55a.tar bugs-c9aaffd4541554af069e4ac097c39f567b02f55a.tar.gz bugs-c9aaffd4541554af069e4ac097c39f567b02f55a.tar.bz2 bugs-c9aaffd4541554af069e4ac097c39f567b02f55a.tar.xz bugs-c9aaffd4541554af069e4ac097c39f567b02f55a.zip |
Bug 255606: Do not let buglist.cgi return all bugs by default
r/a=mkanat
Diffstat (limited to 'Bugzilla/Config')
-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 17a74998e..4038c13ef 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -68,7 +68,7 @@ sub get_param_list { }, { - name => 'specific_search_allow_empty_words', + name => 'search_allow_no_criteria', type => 'b', default => 1 }, |