From 2072e1699c108742ae7d6394816f96c3156ed878 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 --- opac/svc/overdrive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/svc/overdrive b/opac/svc/overdrive index 89d0865dd8a..8945fc386d3 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.25.1