From bfe4005c5d3d02eab5f433e09a49fff04ad19580 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 22 Mar 2012 14:08:47 +0100 Subject: [PATCH] [Signed-off] Bug 7800 - admin/matching-rules.pl plack scoping Signed-off-by: Alex Arnaud --- admin/matching-rules.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin/matching-rules.pl b/admin/matching-rules.pl index e992899..b167026 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') || ''; -- 1.7.4.1