summaryrefslogtreecommitdiffstats
path: root/report.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'report.cgi')
-rwxr-xr-xreport.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/report.cgi b/report.cgi
index f727ee466..d113e6d89 100755
--- a/report.cgi
+++ b/report.cgi
@@ -28,6 +28,8 @@ require "CGI.pl";
use vars qw($cgi $template $vars);
+use Bugzilla;
+
# Go straight back to query.cgi if we are adding a boolean chart.
if (grep(/^cmd-/, $cgi->param())) {
my $params = $cgi->canonicalise_query("format", "ctype");
@@ -44,7 +46,7 @@ GetVersionTable();
confirm_login();
-ReconnectToShadowDatabase();
+Bugzilla->instance->switch_to_shadow_db();
my $action = $cgi->param('action') || 'menu';