From dbdcc6554d39489ceebb1ee169ccace4e723b9fe Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Sat, 6 Oct 2018 10:52:43 +0300 Subject: [PATCH] Bug 21405: (follow-up) C4::Auth is imported twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In authorities/authorities-home.pl C4::Auth is imported twice. Signed-off-by: Séverine QUEUNE --- authorities/authorities-home.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/authorities/authorities-home.pl b/authorities/authorities-home.pl index a65eb5b..7de8a36 100755 --- a/authorities/authorities-home.pl +++ b/authorities/authorities-home.pl @@ -22,7 +22,6 @@ use warnings; use CGI qw ( -utf8 ); use URI::Escape; -use C4::Auth; use POSIX qw(ceil); use C4::Context; -- 2.1.4