summaryrefslogtreecommitdiffstats
path: root/Bugzilla/CGI.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-04 20:02:57 +0100
committerGitHub <noreply@github.com>2018-03-04 20:02:57 +0100
commit456dd5df6dfc799d72d446541ce5da147917db6e (patch)
treee57fe3986fd570fb767186478fc4bfc6f13fa4cd /Bugzilla/CGI.pm
parent7f61ad94bdaa5bc5a7409a0f760a99649fa3f34f (diff)
downloadbugzilla-456dd5df6dfc799d72d446541ce5da147917db6e.tar.gz
bugzilla-456dd5df6dfc799d72d446541ce5da147917db6e.tar.xz
Bug 1443003 - Port bug 1175211 to Harmony branch (Undefined subroutine &Bugzilla::CGI::SERVER_PUSH)
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 26b7bcbc5..41b418f6a 100644
--- a/Bugzilla/CGI.pm
+++ b/Bugzilla/CGI.pm
@@ -372,7 +372,7 @@ sub multipart_init {
delete $param{'-boundary'};
$self->{'separator'} = "\r\n--$boundary\r\n";
$self->{'final_separator'} = "\r\n--$boundary--\r\n";
- $param{'-type'} = SERVER_PUSH($boundary);
+ $param{'-type'} = CGI::SERVER_PUSH($boundary);
# Note: CGI.pm::multipart_init up to v3.04 explicitly set nph to 0
# CGI.pm::multipart_init v3.05 explicitly sets nph to 1