summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2004-04-01 13:26:48 +0200
committerjustdave%syndicomm.com <>2004-04-01 13:26:48 +0200
commit69cc412f296ca0e4c6ba805657a62597b62955c3 (patch)
tree4988b8f9d430bb08be3716ba5f1cd2abb82b377f /buglist.cgi
parenta447de53c3089ba864ab177abfb56fb86dd346d2 (diff)
downloadbugzilla-69cc412f296ca0e4c6ba805657a62597b62955c3.tar.gz
bugzilla-69cc412f296ca0e4c6ba805657a62597b62955c3.tar.xz
Bug 236926: supply a missing a $cgi-header in buglist.cgi
r=kiko, a=justdave
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-xbuglist.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi
index 2a71450aa..64d7beed0 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -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;