summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-22 04:06:31 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:42:01 +0200
commitd862c47239d774b2e8a7f6a122ffca7fbced5ab0 (patch)
tree36f4875938ab4d79300d0bccc02afa12e82ed729 /Bugzilla/Quantum
parent9eb1c9325fc0856155c6e9772a5db41d203cada2 (diff)
downloadbugzilla-d862c47239d774b2e8a7f6a122ffca7fbced5ab0.tar.gz
bugzilla-d862c47239d774b2e8a7f6a122ffca7fbced5ab0.tar.xz
don't clear %ENV
Diffstat (limited to 'Bugzilla/Quantum')
-rw-r--r--Bugzilla/Quantum/CGI.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Quantum/CGI.pm b/Bugzilla/Quantum/CGI.pm
index c36ed9654..16c733686 100644
--- a/Bugzilla/Quantum/CGI.pm
+++ b/Bugzilla/Quantum/CGI.pm
@@ -113,6 +113,7 @@ sub _ENV {
$cgi_query->append($req->url->query);
return (
+ %ENV,
CONTENT_LENGTH => $content_length || 0,
CONTENT_TYPE => $headers->content_type || '',
GATEWAY_INTERFACE => 'CGI/1.1',