Bug 16068: Do not cache overridden prefs
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Mar 2016 09:38:20 +0000 (09:38 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Fri, 1 Apr 2016 19:19:31 +0000 (19:19 +0000)
commit6e8d24231c03775422f403a76ca41ccf22f40558
tree2bdbd4c0a915e5f1a33f4696e424b944f6586a95
parent714d773900587eb1d2ac7e73ef4f1463c9805dc5
 Bug 16068: Do not cache overridden prefs

These prefs do not need to be cached, a quick access to $ENV permit to
get the value.

Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
C4/Context.pm