From 541feb17b0c3c2f2d0c8aaf501771694790641ed 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 In authorities/authorities-home.pl C4::Auth is imported twice. --- authorities/authorities-home.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/authorities/authorities-home.pl b/authorities/authorities-home.pl index a65eb5bf09..7de8a361f3 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.11.0