[Koha-bugs] [Bug 13805] Installer does not work under Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 6 14:52:37 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805

--- Comment #2 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list