[Bug 3754] Language detection doesn't take really care of syspref
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3754 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |tomascohen@gmail.com See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=7874 Resolution|--- |FIXED --- Comment #5 from Tomás Cohen Arazi <tomascohen@gmail.com> --- This was fixed when patch for bug 7874 was pushed and the desired language (browser or cookie provided) started to get tested against the list of languages by this piece of code (@languages is get from the sysprefs, any is a map function for the test): # Ignore a lang not selected in sysprefs if ( $lang && any { $_ eq $lang } @languages ) { return $lang; } Marked resolved fixed then. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org