diff options
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi index 230fe32db..5c802ccfe 100755 --- a/reports.cgi +++ b/reports.cgi @@ -60,7 +60,7 @@ quietly_check_login(); GetVersionTable(); -Bugzilla->instance->switch_to_shadow_db(); +Bugzilla->switch_to_shadow_db(); # We only want those products that the user has permissions for. my @myproducts; |