summaryrefslogtreecommitdiffstats
path: root/Bugzilla/CGI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/CGI.pm')
-rw-r--r--Bugzilla/CGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm
index 21cfa19b2..537c67da5 100644
--- a/Bugzilla/CGI.pm
+++ b/Bugzilla/CGI.pm
@@ -142,7 +142,7 @@ sub header {
unshift(@_, '-cookie' => $self->{Bugzilla_cookie_list});
}
- return $self->SUPER::header(@_);
+ return $self->SUPER::header(@_) || "";
}
# We override the entirety of multipart_start instead of falling through to