From a2d3aa3ec65951d232adb276cc97b7205a5a0991 Mon Sep 17 00:00:00 2001 From: Srdjan Date: Mon, 27 Nov 2017 17:38:58 +1300 Subject: [PATCH] Bug 17602: Removed unused param to RecordedBooks API --- Koha/ExternalContent/RecordedBooks.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/ExternalContent/RecordedBooks.pm b/Koha/ExternalContent/RecordedBooks.pm index 20a8fe4..1d07643 100644 --- a/Koha/ExternalContent/RecordedBooks.pm +++ b/Koha/ExternalContent/RecordedBooks.pm @@ -73,7 +73,6 @@ sub new { library_id => $library_id, domain => $domain, user_id => $email, - user_agent_params => { agent => $class->agent_string } ) }; $self->logger->warn("Invalid RecordedBooks user $email ($@)") if $@; $self->is_identified($client); -- 2.1.4