Commit 968667bb 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 0623dfde
......@@ -41,7 +41,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