X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=authorities%2Fauthorities-home.pl;h=66083d3285f062a6f76183e5f932ee99697a05d4;hb=96cc447045f3f1d3702a3c69b36f596d88f38eda;hp=828ba24b7df533e3d84748b9042bfa6a01794ef3;hpb=3e2b6b929923e5e616d2520bb34f0f0838cd82d3;p=srvgit diff --git a/authorities/authorities-home.pl b/authorities/authorities-home.pl index 828ba24b7d..66083d3285 100755 --- a/authorities/authorities-home.pl +++ b/authorities/authorities-home.pl @@ -38,7 +38,7 @@ use Koha::SearchEngine::QueryBuilder; use Koha::Token; use Koha::Z3950Servers; -my $query = new CGI; +my $query = CGI->new; my $dbh = C4::Context->dbh; my $op = $query->param('op') || ''; my $authtypecode = $query->param('authtypecode') || '';