[Tickets #9437] Re: Language selection at login fails
bugs at horde.org
bugs at horde.org
Thu Dec 23 08:48:49 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9437
------------------------------------------------------------------------------
Ticket | 9437
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Language selection at login fails
Queue | Horde Base
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2010-12-23 03:48) wrote:
> public function preferredLang($lang = null)
>
> I always get to : return basename($GLOBALS['session']->get('horde',
> 'language')) => fr_FR
You are not catching the call on login properly; the session is
destroyed when logging in so this value MUST be empty. This value is
initially set in Horde_Registry::setLanguage() (line 2234) so maybe
you should check there.
More information about the bugs
mailing list