Browse Source

Bug 7800 - admin/matching-rules.pl plack scoping

Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
3.8.x
Dobrica Pavlinusic 12 years ago
committed by Paul Poulain
parent
commit
c508a8c1b3
  1. 2
      admin/matching-rules.pl

2
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') || '';

Loading…
Cancel
Save