Bug 32348: Add library public in columns settings
[koha-ffzg.git] / admin / marc-overlay-rules.pl
index 377ed1b..05a5bbe 100755 (executable)
@@ -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 = [];