https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16770
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 52513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52513&action=edit Bug 16770: Remove wrong caching of 3 subroutines in C4::Lancuages ooking at this code, you might think these subroutines are cached, but actually they are not. The eval surrounding the code hides a bug, if you remove it, you will get: Invalid memcached argument (expected a hash) Test plan: Do not apply this patch and confirm that the code does not work -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
