]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 236926: supply a missing a $cgi-header in buglist.cgi
authorjustdave%syndicomm.com <>
Thu, 1 Apr 2004 11:26:48 +0000 (11:26 +0000)
committerjustdave%syndicomm.com <>
Thu, 1 Apr 2004 11:26:48 +0000 (11:26 +0000)
r=kiko, a=justdave

buglist.cgi

index 2a71450aaf2665333790504a0cfc91740d387031..64d7beed04704584f3c9ed293425d0ecd8a13469 100755 (executable)
@@ -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;