From 98f7c563ab9cb98cc081a85224191ab70ea60798 Mon Sep 17 00:00:00 2001 From: Blou Date: Thu, 28 May 2015 16:32:52 -0400 Subject: [PATCH] Bug 11300 - Add missing parameter in call to LinkBibHeadingsToAuthorities --- cataloguing/automatic_linker.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cataloguing/automatic_linker.pl b/cataloguing/automatic_linker.pl index ea551e6..dca9077 100755 --- a/cataloguing/automatic_linker.pl +++ b/cataloguing/automatic_linker.pl @@ -61,7 +61,7 @@ if ($@) { } my $linker = $linker_module->new( { 'options' => C4::Context->preference("LinkerOptions") } ); -my ( $headings_changed, $results ) = LinkBibHeadingsToAuthorities( $linker, $record, $input->param('frameworkcode'), C4::Context->preference("CatalogModuleRelink") || '', 1 ); +my ( $headings_changed, $results ) = LinkBibHeadingsToAuthorities( $linker, $record, $input->param('frameworkcode'), C4::Context->preference("CatalogModuleRelink") || '', 1, 1 ); if(defined $results->{error}) { $json->{status} = $results->{error}; -- 2.1.0