http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805
--- Comment #2 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
