X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Froutepc19.pl;h=a63af3cf46cc8295e46d2f422d0b5ba0672b994b;hp=4c5d2efc5241e787388942fd7712b2f1abc3b657;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/routepc19.pl b/cmd/set/routepc19.pl index 4c5d2efc..a63af3cf 100644 --- a/cmd/set/routepc19.pl +++ b/cmd/set/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(1); $user->put;