@@ -, +, @@ --- admin/matching-rules.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/admin/matching-rules.pl +++ a/admin/matching-rules.pl @@ -30,7 +30,7 @@ use C4::Matcher; my $script_name = "/cgi-bin/koha/admin/matching-rules.pl"; -my $input = new CGI; +our $input = new CGI; my $op = $input->param('op') || ''; --