@@ -, +, @@ --- svc/cataloguing/automatic_linker.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/svc/cataloguing/automatic_linker.pl +++ a/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 --