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)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 6 Apr 2016 13:17:13 +0000 (15:17 +0200)
commit07c842de0faa0cb33206f374b78d5b8a75c58604
treea57e46b7d15d9f7b699e7f268519cf57b0a218a4
parent03c9871ada24643ce8874a17980d18798f212c95
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>
(cherry picked from commit 6e8d24231c03775422f403a76ca41ccf22f40558)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Context.pm