[Koha-bugs] [Bug 6755] Problems with switching languages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 9 16:40:08 CEST 2011


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|frederic at tamil.fr           |m.de.rooy at rijksmuseum.nl

--- Comment #8 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-09-09 14:40:08 UTC ---
Sending a revised patch. I found two other problems:

1) The call in Output/gettemplate did not pass the CGI object to
C4::Templates->new. This routine called themelanguage but WITHOUT cgi object!
So it ignored the cookie. My patch now optionally adds the query parameter to
Templates->new and corrects the themelanguage call. 

2) There were two routines themelanguage. One in Templates.pm and one in
Output.pm.

This should resolve it now hopefully. Please test!

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list