View | Details | Raw Unified | Return to bug 16645
Collapse All | Expand All

(-)a/misc/plack/koha.psgi (-1 / +5 lines)
Lines 16-21 use CGI qw(-utf8 ); # we will lose -utf8 under plack Link Here
16
        Koha::Cache::Memory::Lite->flush();
16
        Koha::Cache::Memory::Lite->flush();
17
        return $q;
17
        return $q;
18
    };
18
    };
19
    if (!defined($CGI::VERSION) || $CGI::VERSION < 4.08) {
20
        *CGI::multi_param = \&CGI::param;
21
        $CGI::LIST_CONTEXT_WARN = 0;
22
    }
23
    use warnings 'redefine';
19
}
24
}
20
25
21
BEGIN {
26
BEGIN {
22
- 

Return to bug 16645