Bug 7800 - admin/matching-rules.pl plack scoping
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 22 Mar 2012 13:08:47 +0000 (14:08 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 26 Mar 2012 16:11:57 +0000 (18:11 +0200)
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>

admin/matching-rules.pl

index e992899..b167026 100755 (executable)
@@ -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') || '';