Bug 25898: Prohibit indirect object notation
[srvgit] / circ / circulation-home.pl
index 87be246..f68535d 100755 (executable)
@@ -24,7 +24,7 @@ use C4::Context;
 use Koha::BiblioFrameworks;
 use Koha::Checkouts;
 
-my $query = new CGI;
+my $query = CGI->new;
 my ($template, $loggedinuser, $cookie, $flags) = get_template_and_user(
     {
         template_name   => "circ/circulation-home.tt",