summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-03-02 21:03:00 +0100
committerlpsolit%gmail.com <>2009-03-02 21:03:00 +0100
commit0b69cb3e02ed0a2b1eb2f268962355cb659065bb (patch)
tree6a0262d35dadb2c87cd1ec9210b4148733cf9988 /Bugzilla
parenta28edf3c2423e748f0919ea7a803324c5b269e40 (diff)
downloadbugzilla-0b69cb3e02ed0a2b1eb2f268962355cb659065bb.tar.gz
bugzilla-0b69cb3e02ed0a2b1eb2f268962355cb659065bb.tar.xz
Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug Numbers, and Votes" section of query.cgi shouldn't throw an error - Original patch by timeless <timeless@bemail.org>, updated by me, r/a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Search.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 2b3b23044..2f86d2502 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -258,9 +258,6 @@ sub init {
}
if (@clist) {
push(@specialchart, \@clist);
- } else {
- ThrowUserError("missing_email_type",
- { email => $email });
}
}