diff options
-rwxr-xr-x | report.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report.cgi b/report.cgi index 7286c551e..98fcb2e7f 100755 --- a/report.cgi +++ b/report.cgi @@ -50,7 +50,7 @@ use Bugzilla::Search; GetVersionTable(); -Bugzilla->login(LOGIN_REQUIRED); +Bugzilla->login(); my $dbh = Bugzilla->switch_to_shadow_db(); |