[Koha-patches] [PATCH] Bug 7800 - admin/matching-rules.pl plack scoping

Dobrica Pavlinusic dpavlin at rot13.org
Thu Mar 22 14:09:21 CET 2012


---
 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.2.5



More information about the Koha-patches mailing list