From cedb711e833b7b1ebe221f26a6c5d445e9074e74 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 Signed-off-by: Jonathan Druart --- Koha/ExternalContent/RecordedBooks.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/ExternalContent/RecordedBooks.pm b/Koha/ExternalContent/RecordedBooks.pm index 20a8fe46cf..1d07643d8d 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.11.0