Bug 25898: Prohibit indirect object notation
[srvgit] / basket / downloadcart.pl
index 6115f96..f847877 100755 (executable)
@@ -32,7 +32,7 @@ use C4::Ris;
 use Koha::CsvProfiles;
 
 use utf8;
-my $query = new CGI;
+my $query = CGI->new;
 
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user (
     {