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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 19 19:28:04 CEST 2016


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

Jacek Ablewicz <ablewicz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52555|0                           |1
        is obsolete|                            |

--- Comment #5 from Jacek Ablewicz <ablewicz at gmail.com> ---
Created attachment 52556
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52556&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

Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list