X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Flockout.pl;h=feb326eb77b5b761cd47fe51533b940f2392bef3;hp=ac7cc83a5d11a15afc33c39b5919ef8aa33b4f99;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/lockout.pl b/cmd/set/lockout.pl index ac7cc83a..feb326eb 100644 --- a/cmd/set/lockout.pl +++ b/cmd/set/lockout.pl @@ -21,7 +21,7 @@ if ($self->priv < 9) { foreach $call (@args) { $call = uc $call; unless ($self->remotecmd || $self->inscript) { - if ($ref = DXUser->get_current($call)) { + if ($ref = DXUser::get_current($call)) { $ref->lockout(1); $ref->put(); push @out, $self->msg("lockout", $call);