Bug 16770: Remove wrong caching of 3 subroutines in C4::Lancuages
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 18 Jun 2016 14:21:28 +0000 (15:21 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 14:05:56 +0000 (14:05 +0000)
commit44fb6e72254391d38b7a66fa395bb9874a6d716c
treebd8abe45f3c76b44bec70dbcd3244f32b23ac12a
parent40598f8e4fb7a0f772a2fc960df0e67440f4e0a6
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@biblos.pk.edu.pl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Languages.pm