http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6755 --- Comment #18 from Frédéric Demians <frederic@tamil.fr> 2011-09-12 18:57:20 UTC --- (In reply to comment #17)
"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. "
Thanks a lot for taking care of all those subtleties. Have you apply my last patch? gettemplate isn't anymore in Output.pm. For my myopic eyes, it seems correct. The above comment may not say exactly what is the code...
So I think the bug is something different, the new patch (and the old one) reintroduce the behaviour of using the browsers language setting if no cookie is set. Which was removed because it was causing problems.
? Isn't it a desirable behavior? -- 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.