From 557cdf7a022c8ce7bf51b2320409202a16204868 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Tue, 11 Sep 2007 11:01:49 +0000 Subject: Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT. Patch by Marc Schumann ; r=mkanat; a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/WebService/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/WebService') 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'], }; -- cgit v1.2.3-24-g4f1b