Bug 25898: Prohibit indirect object notation
[koha-ffzg.git] / rotating_collections / rotatingCollections.pl
index 941f778..7eb3975 100755 (executable)
@@ -25,7 +25,7 @@ use C4::Auth;
 use C4::Context;
 use C4::RotatingCollections;
 
-my $query = new CGI;
+my $query = CGI->new;
 
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {