X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fwantpc16.pl;h=9006b1c6df776677d8820a424b981efa9310c5e8;hp=0567de40d1e439ea69e1033d8405b5547cf9a782;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/wantpc16.pl b/cmd/set/wantpc16.pl index 0567de40..9006b1c6 100644 --- a/cmd/set/wantpc16.pl +++ b/cmd/set/wantpc16.pl @@ -16,7 +16,7 @@ return (1, $self->msg('e5')) if $self->priv < 9; foreach $call (@args) { return (1, $self->msg('e12')) unless is_callsign($call); - my $user = DXUser->get_current($call); + my $user = DXUser::get_current($call); if ($user) { $user->wantpc16(1); $user->put;