diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Search.pm | 3 |
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 }); } } |