Bug 236926: supply a missing a $cgi-header in buglist.cgi

r=kiko, a=justdave
parent a447de53
......@@ -373,7 +373,7 @@ elsif (($::FORM{'cmdtype'} eq "doit") && $::FORM{'remtype'}) {
$vars->{'queryname'} = $name;
print "Content-Type: text/html\n\n";
print $cgi->header();
$template->process("global/message.html.tmpl", $vars)
|| ThrowTemplateError($template->error());
exit;
......
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