[Koha-bugs] [Bug 11921] memcached configuration should be moved back to koha-conf.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 6 15:04:09 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11921

--- Comment #9 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
in C4/Contex.pm ->new():

251: unless ( %$self ) {
         $self = Koha::Config->read_from_file($conf_fname);
     }

$self is always an empty hash at this point, so config file would be rereaded
and reparsed no matter what?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list