]> 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:02:37 +0000 (11:02 +0000)
committerwurblzap%gmail.com <>
Tue, 11 Sep 2007 11:02:37 +0000 (11:02 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>;
r=mkanat; a=mkanat

Bugzilla/WebService/Constants.pm

index 39d25298d2d473cf042e4ab906c1705557e012b4..5e255d4be3ebd6aa2c6ad76c3ec1c9d8db3e4208 100755 (executable)
@@ -105,7 +105,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'],
 };