Commit 83fd5cb5 authored by Byron Jones's avatar Byron Jones

Bug 761046: Don't redirect when hitting buglist.cgi directly to avoid duplicate cgi->header calls

r=LpSolit, a=LpSolit
parent afb0a893
......@@ -46,7 +46,6 @@ $cgi->redirect_search_url();
my $buffer = $cgi->query_string();
if (length($buffer) == 0) {
print $cgi->header(-refresh=> '10; URL=query.cgi');
ThrowUserError("buglist_parameters_required");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment