Bug 2505 : Switch on warnings in circ/returns.pl
[koha_fer] / 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') || '';