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