summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorbbaetz%acm.org <>2003-02-07 16:19:01 +0100
committerbbaetz%acm.org <>2003-02-07 16:19:01 +0100
commit85bb266ec52df7baa3da77cab961eb7fcc18d330 (patch)
treef627b684b83ad91129b9bb7f7180b8c126e9d004 /CGI.pl
parent7407cb3069182253ff4218450237bec5726f21d2 (diff)
downloadbugzilla-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.gz
bugzilla-85bb266ec52df7baa3da77cab961eb7fcc18d330.tar.xz
Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave a=justdave
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
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