]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1443003 - Port bug 1175211 to Harmony branch (Undefined subroutine &Bugzilla...
authorDylan William Hardison <dylan@hardison.net>
Sun, 4 Mar 2018 19:02:57 +0000 (14:02 -0500)
committerGitHub <noreply@github.com>
Sun, 4 Mar 2018 19:02:57 +0000 (14:02 -0500)
Bugzilla/CGI.pm

index 26b7bcbc5a5421bf0f5fb8f5e374161d5989795b..41b418f6a4275b04cafda1ae3942c9928d1d1365 100644 (file)
@@ -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