From 85bb266ec52df7baa3da77cab961eb7fcc18d330 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Fri, 7 Feb 2003 15:19:01 +0000 Subject: Bug 191863 - Clean up Bugzilla.pm r=gerv, justdave a=justdave --- CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 6b9751df6..61797ac44 100644 --- a/CGI.pl +++ b/CGI.pl @@ -896,7 +896,7 @@ sub GetBugActivity { use Bugzilla; # XXX - mod_perl - reset this between runs -$::cgi = Bugzilla->instance->cgi; +$::cgi = Bugzilla->cgi; # Set up stuff for compatibility with the old CGI.pl code # This code will be removed as soon as possible, in favour of -- cgit v1.2.3-24-g4f1b