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

(-)a/Koha/App/Plugin/CGIBinKoha.pm (-2 / +1 lines)
Lines 56-62 sub _psgi_env { Link Here
56
56
57
    my $env = $c->req->env;
57
    my $env = $c->req->env;
58
58
59
    my $body = $c->req->body;
59
    my $body = $c->req->build_body;
60
    $env = {
60
    $env = {
61
        %$env,
61
        %$env,
62
        'psgi.input' => IO::Scalar->new(\$body),
62
        'psgi.input' => IO::Scalar->new(\$body),
63
- 

Return to bug 20582