Bug 25898: Prohibit indirect object notation
[srvgit] / rotating_collections / editCollections.pl
index 4df8942..33014e9 100755 (executable)
@@ -26,7 +26,7 @@ use C4::Context;
 
 use C4::RotatingCollections;
 
-my $query = new CGI;
+my $query = CGI->new;
 
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {