aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2007-09-11 11:01:49 +0000
committerwurblzap%gmail.com <>2007-09-11 11:01:49 +0000
commit557cdf7a022c8ce7bf51b2320409202a16204868 (patch)
tree72464d6987e3a7a7f8208279a792d39df010e103 /Bugzilla
parent2c3000dfd7842c251b12b84535b8236b302d444b (diff)
downloadbugs-557cdf7a022c8ce7bf51b2320409202a16204868.tar
bugs-557cdf7a022c8ce7bf51b2320409202a16204868.tar.gz
bugs-557cdf7a022c8ce7bf51b2320409202a16204868.tar.bz2
bugs-557cdf7a022c8ce7bf51b2320409202a16204868.tar.xz
bugs-557cdf7a022c8ce7bf51b2320409202a16204868.zip
Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT.
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
Diffstat (limited to 'Bugzilla')
-rwxr-xr-xBugzilla/WebService/Constants.pm2
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'],
};