From 79fef4283904e92755014679dd58dcf624f134b4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 21 Oct 2020 04:37:28 +0200 Subject: [PATCH] Bug 11299: Fix indirect object notation Signed-off-by: Katrin Fischer --- svc/cataloguing/automatic_linker.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/cataloguing/automatic_linker.pl b/svc/cataloguing/automatic_linker.pl index 62f25073bb..5d7fd0f368 100755 --- a/svc/cataloguing/automatic_linker.pl +++ b/svc/cataloguing/automatic_linker.pl @@ -25,7 +25,7 @@ use C4::Auth; use C4::Biblio; use C4::Context; -my $input = new CGI; +my $input = CGI->new; print $input->header('application/json'); # Check the user's permissions -- 2.11.0