https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600
--- Comment #117 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #116) > Created attachment 123196 [details] [review] > Bug 17600: (follow-up) Fix wrong import in Koha::I18N - LC_MESSAGES Can I get a review on that patch please, before I push it and continue to mess up with things. I think this fixes a problem we had prior to this patch (to confirm!). Both Locale::Messages and POSIX are exporting LC_MESSAGES. As we explicitly imported LC_MESSAGES from Locale::Messages I guess it's what we wanted to do, but POSIX exported it as well and it's the one we got (it's after Locale::Messages in the use sequence). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
