X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Flocation.pl;h=834ce613d164bdac8737e76a528d237c8d21e847;hp=1e758f81d08f4af7b6307949bd2d71b3c17c0e4a;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/location.pl b/cmd/set/location.pl index 1e758f81..834ce613 100644 --- a/cmd/set/location.pl +++ b/cmd/set/location.pl @@ -18,7 +18,7 @@ return (1, $self->msg('loce1')) if !$line; return (1, $self->msg('loce3', uc $line)) if is_qra($line); return (1, $self->msg('loce2', $line)) unless is_latlong($line); -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $line = uc $line; my ($lat, $long) = DXBearing::stoll($line);