[Koha-bugs] [Bug 16770] Remove wrong uses of Memoize::Memcached

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 18 16:27:07 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16770

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list