From 4f662d01519ba03f1f147274202baf890a624ac4 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Wed, 21 Oct 2020 04:37:28 +0200
Subject: [PATCH] Bug 11299: Fix indirect object notation
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
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