]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin <LpSolit...
authorlpsolit%gmail.com <>
Sat, 3 Dec 2005 04:51:14 +0000 (04:51 +0000)
committerlpsolit%gmail.com <>
Sat, 3 Dec 2005 04:51:14 +0000 (04:51 +0000)
report.cgi

index d908c77f9d3a31ce0ca0b9372c92edc6087d7281..5572ae606c5a86b8291e395d9f7796e8a3f97860 100755 (executable)
@@ -47,7 +47,7 @@ use Bugzilla::Search;
 
 GetVersionTable();
 
-Bugzilla->login(LOGIN_REQUIRED);
+Bugzilla->login();
 
 Bugzilla->switch_to_shadow_db();