X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fpinginterval.pl;h=4d215747f48f4e7597a3e447b7ef0cb7b73b0eea;hp=33131cc58ca2386c46616bd2f963838d8a349cdd;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/pinginterval.pl b/cmd/set/pinginterval.pl index 33131cc5..4d215747 100644 --- a/cmd/set/pinginterval.pl +++ b/cmd/set/pinginterval.pl @@ -34,7 +34,7 @@ foreach $call (@args) { $call = uc $call; my $dxchan = DXChannel::get($call); $user = $dxchan->user if $dxchan; - $user = DXUser->get($call) unless $user; + $user = DXUser::get($call) unless $user; if ($user) { unless ($user->is_node) { push @out, $self->msg('e13', $call);