@@ -, +, @@ --- opac/svc/overdrive_proxy | 2 +- opac/svc/recordedbooks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/opac/svc/overdrive_proxy +++ a/opac/svc/overdrive_proxy @@ -39,7 +39,7 @@ use JSON; use C4::Context; use C4::External::OverDrive; -use C4::Output; +use C4::Output qw( output_with_http_headers ); use Koha; --- a/opac/svc/recordedbooks +++ a/opac/svc/recordedbooks @@ -20,7 +20,7 @@ use Modern::Perl; use CGI qw ( -utf8 ); use JSON qw(encode_json); use C4::Auth qw(checkauth); -use C4::Output; +use C4::Output qw( output_with_http_headers ); use Koha::Logger; use Koha::ExternalContent::RecordedBooks; --