summaryrefslogtreecommitdiffstats
path: root/report.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'report.cgi')
-rwxr-xr-xreport.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.cgi b/report.cgi
index d113e6d89..99566d67c 100755
--- a/report.cgi
+++ b/report.cgi
@@ -46,7 +46,7 @@ GetVersionTable();
confirm_login();
-Bugzilla->instance->switch_to_shadow_db();
+Bugzilla->switch_to_shadow_db();
my $action = $cgi->param('action') || 'menu';