summaryrefslogtreecommitdiffstats
path: root/collectstats.pl
diff options
context:
space:
mode:
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-xcollectstats.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl
index 27a6e1840..bdc027a68 100755
--- a/collectstats.pl
+++ b/collectstats.pl
@@ -43,7 +43,7 @@ if (chdir("graphs")) {
ConnectToDatabase();
GetVersionTable();
-Bugzilla->instance->switch_to_shadow_db();
+Bugzilla->switch_to_shadow_db();
my @myproducts;
push( @myproducts, "-All-", @::legal_product );