summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2007-09-11 13:01:49 +0200
committerwurblzap%gmail.com <>2007-09-11 13:01:49 +0200
commit557cdf7a022c8ce7bf51b2320409202a16204868 (patch)
tree72464d6987e3a7a7f8208279a792d39df010e103 /Bugzilla
parent2c3000dfd7842c251b12b84535b8236b302d444b (diff)
downloadbugzilla-557cdf7a022c8ce7bf51b2320409202a16204868.tar.gz
bugzilla-557cdf7a022c8ce7bf51b2320409202a16204868.tar.xz
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'],
};