From d609e42a3cf537bdeb3ff35db7e72191d5b92eb9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 14 Sep 2021 18:22:13 +0200 Subject: [PATCH] Bug 17600: Fix opac/svc/overdrive Signed-off-by: Jonathan Druart --- opac/svc/overdrive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/svc/overdrive b/opac/svc/overdrive index 89d0865dd8..8945fc386d 100755 --- a/opac/svc/overdrive +++ b/opac/svc/overdrive @@ -21,8 +21,8 @@ use Modern::Perl; use CGI qw ( -utf8 ); use JSON qw(encode_json); -use C4::Auth qw(checkauth); -use C4::Output; +use C4::Auth qw( checkauth ); +use C4::Output qw( output_with_http_headers ); use Koha::Logger; use Koha::Patrons; use Koha::Library::OverDriveInfos; -- 2.39.5