Bug 11921: Restore memcached infos to koha-conf - Koha::Config
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 23 Jun 2016 04:12:39 +0000 (05:12 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 8 Sep 2016 10:28:59 +0000 (10:28 +0000)
commit06628b95575c859edf21858ac0f043eed294e650
tree0ff6d7d5389e952645af2059487ed37fe28da00b
parent4fc3750f9a16d65d93fd24b9fbb93dc05b3a1824
Bug 11921: Restore memcached infos to koha-conf - Koha::Config

Move C4::Context->read_config_file to Koha::Config
That permits to reuse it from Koha::Cache without needing C4::Context
(and introduce a circular deps).

TODO: Add decent POD to Koha::Config
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Context.pm
Koha/Cache.pm
Koha/Caches.pm
Koha/Config.pm [new file with mode: 0644]