]> git.koha-community.org Git - koha.git/commit
Bug 16444: Make C4::Tags plack safe
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 May 2016 19:20:51 +0000 (20:20 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Wed, 15 Jun 2016 06:13:55 +0000 (08:13 +0200)
commit97a3f03970e1aa8d3eba5e5502f092202e43349b
treede2b49d393d0f07095ac8ce115eeaac042690e64
parentb7a0322258ad534ea8e5af34cb0581b0b5f174e8
Bug 16444: Make C4::Tags plack safe

C4::Tags use a package variable to cache the pref
TagsExternalDictionary, it's not needed and not safe.

There is not test plan, just make sure the changes are consistent.

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit fff754a7fc7a99dad6a35129b8a7dd170684f2bf)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Tags.pm