From: Dobrica Pavlinusic Date: Thu, 22 Mar 2012 13:08:47 +0000 (+0100) Subject: Bug 7800 - admin/matching-rules.pl plack scoping X-Git-Tag: v3.08.00~184 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=c508a8c1b3139a741c5e6efc3fe1cd1f55fa40e6;p=koha_fer Bug 7800 - admin/matching-rules.pl plack scoping Signed-off-by: Alex Arnaud Signed-off-by: Paul Poulain --- diff --git a/admin/matching-rules.pl b/admin/matching-rules.pl index e99289994c..b1670260a6 100755 --- a/admin/matching-rules.pl +++ b/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') || '';