From 2748ca324e0d73678a93a5d6113c2d1ebe426dc8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 20 Sep 2021 16:14:13 +0200 Subject: [PATCH] Bug 17600: Fix overdrive_proxy and recordedbooks --- opac/svc/overdrive_proxy | 2 +- opac/svc/recordedbooks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/svc/overdrive_proxy b/opac/svc/overdrive_proxy index 1404e9873cc..9df4d0cd071 100755 --- a/opac/svc/overdrive_proxy +++ b/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; diff --git a/opac/svc/recordedbooks b/opac/svc/recordedbooks index 4a5c9376cc1..51e9f7d7a35 100755 --- a/opac/svc/recordedbooks +++ b/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; -- 2.25.1