[Koha-bugs] [Bug 3754] Language detection doesn't take really care of syspref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 13 14:16:45 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3754

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |tomascohen at 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 at 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.


More information about the Koha-bugs mailing list