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)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Sat, 4 Jun 2016 07:46:22 +0000 (07:46 +0000)
commitfff754a7fc7a99dad6a35129b8a7dd170684f2bf
tree4881b6a8d85e05b391a8a34ffe09296789cf06bc
parentb37d7c993542f54a1821c99899c4f0772f5846b8
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>
C4/Tags.pm