Bug 7800 - admin/matching-rules.pl plack scoping
[koha_gimpoz] / 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') || '';