6 Mar
2015
6 Mar
'15
2:52 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805 --- Comment #2 from Jonathan Druart <jonathan.druart@biblibre.com> --- Actually the Dobrica's solution (on the wiki page) could be better: enable sub { my ( $app, $env ) = @_; return sub { my $env = shift; C4::Context->clear_syspref_cache(); $app->( $env ); } }; -- You are receiving this mail because: You are watching all bug changes.