https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42092

--- Comment #2 from Fridolin Somers <[email protected]> ---
Oh looks like this can fix some wrong tidy :

diff --git a/Koha/OAI/Client/Harvester.pm b/Koha/OAI/Client/Harvester.pm
index 0cb24cedee..fda685b167 100644
--- a/Koha/OAI/Client/Harvester.pm
+++ b/Koha/OAI/Client/Harvester.pm
@@ -31,7 +31,7 @@ use utf8;
 use open qw( :std :utf8 );

 use C4::Biblio          qw( AddBiblio GetFrameworkCode ModBiblio DelBiblio );
-use C4::AuthoritiesMarc qw (AddAuthority GuessAuthTypeCode ModAuthority
DelAuthority );
+use C4::AuthoritiesMarc qw( AddAuthority GuessAuthTypeCode ModAuthority
DelAuthority );

After tiding.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to