Bug 27654: Sort module.keys hash when render columns_settings.tt
[koha-ffzg.git] / admin / import_export_framework.pl
index a1a05f9..bd5ee83 100755 (executable)
@@ -38,7 +38,7 @@ if ($auth_status eq 'ok') {
     $authenticated = 1;
 }
 
-my $input = new CGI;
+my $input = CGI->new;
 
 unless ($authenticated) {
     print $input->header(-type => 'text/plain', -status => '403 Forbidden');