@@ -, +, @@ admin/marc-overlay-rules.pl --- admin/marc-overlay-rules.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/admin/marc-overlay-rules.pl +++ a/admin/marc-overlay-rules.pl @@ -27,7 +27,7 @@ use C4::ImportBatch; use Koha::MarcOverlayRules; use Koha::Patron::Categories; -my $input = new CGI; +my $input = CGI->new; my $op = $input->param('op') || ''; my $errors = []; --