Bug 14634: Warns when placing hold on record with no items
[koha.git] / svc / cover_images
index ff29503..590a243 100755 (executable)
@@ -20,7 +20,7 @@
 
 use Modern::Perl;
 
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth qw/check_cookie_auth/;
 use C4::Images;
 use JSON qw/to_json/;