From 49d12c8c90c1bc6c72f0b3d1324a23002e79b6d3 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 8 Oct 2007 02:32:23 +0000 Subject: Bug 398883: [mod_perl] Three Variable "$cgi" will not stay shared errors in current CVS HEAD Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- query.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index c23c1b0fb..bd69330e9 100755 --- a/query.cgi +++ b/query.cgi @@ -111,6 +111,7 @@ local our %default; # and ignore any multiple values. sub PrefillForm { my ($buf) = (@_); + my $cgi = Bugzilla->cgi; $buf = new Bugzilla::CGI($buf); my $foundone = 0; -- cgit v1.2.3-24-g4f1b