diff options
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rwxr-xr-x | Bugzilla/WebService/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 24a0e5d43..43e4c1c8e 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -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'], }; |