@@ -, +, @@ --- Koha/App/Plugin/CGIBinKoha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/App/Plugin/CGIBinKoha.pm +++ a/Koha/App/Plugin/CGIBinKoha.pm @@ -56,7 +56,7 @@ sub _psgi_env { my $env = $c->req->env; - my $body = $c->req->body; + my $body = $c->req->build_body; $env = { %$env, 'psgi.input' => IO::Scalar->new(\$body), --