Bug 32437: Honor overlay setting in staged batch when adding to a basket
[srvgit] / cataloguing / plugin_launcher.pl
index 601784c..90105f3 100755 (executable)
@@ -22,7 +22,7 @@ use CGI qw ( -utf8 );
 
 use Koha::FrameworkPlugin;
 
-my $input = new CGI;
+my $input = CGI->new;
 my $plugin= Koha::FrameworkPlugin->new( {
     name => scalar $input->param("plugin_name"),
 });