X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fqth.pl;h=84462f0c3a58a3d363be66753aac395bc21b4d0c;hp=03c5c8499823883dd31d7a26ce86406036ae7747;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/qth.pl b/cmd/set/qth.pl index 03c5c849..84462f0c 100644 --- a/cmd/set/qth.pl +++ b/cmd/set/qth.pl @@ -17,7 +17,7 @@ $line =~ s/[{}]//g; # no braces allowed return (1, $self->msg('qthe1')) if !$line; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $user->qth($line); $user->put();