X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Funset%2Fwantpc16.pl;h=a749084a91eaa959553ccb7d061a883974375d9b;hp=f87b6db59121a46777d3f92c5f2c91094a59828a;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/unset/wantpc16.pl b/cmd/unset/wantpc16.pl index f87b6db5..a749084a 100644 --- a/cmd/unset/wantpc16.pl +++ b/cmd/unset/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(0); $user->put;