X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fdxitu.pl;h=0e002ba748fe99a70980deef98a3d1b87f76ef4c;hp=45e07497217a6c76c454453b834e223273c2b76e;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/dxitu.pl b/cmd/set/dxitu.pl index 45e07497..0e002ba7 100644 --- a/cmd/set/dxitu.pl +++ b/cmd/set/dxitu.pl @@ -15,7 +15,7 @@ my @out; foreach $call (@args) { $call = uc $call; - my $user = DXUser->get_current($call); + my $user = DXUser::get_current($call); if ($user) { $user->wantdxitu(1); if ($user->wantdxcq) {