]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 385778 รข\80\93 Bugzilla.timezone should be LOGIN_EXEMPT.
authorwurblzap%gmail.com <>
Tue, 11 Sep 2007 11:01:49 +0000 (11:01 +0000)
committerwurblzap%gmail.com <>
Tue, 11 Sep 2007 11:01:49 +0000 (11:01 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>;
r=mkanat; a=mkanat

Bugzilla/WebService/Constants.pm

index 24a0e5d43eff41d19e79eefdbc1a65ce30b4a508..43e4c1c8eae6eb2eb2731731bba85ac515acb200 100755 (executable)
@@ -104,7 +104,7 @@ use constant ERROR_GENERAL       => 999;
 use constant LOGIN_EXEMPT => {
     # Callers may have to know the Bugzilla version before logging in,
     # even on a requirelogin installation.
-    Bugzilla => ['version'],
+    Bugzilla => ['version', 'timezone'],
     User     => ['offer_account_by_email', 'login'],
 };