X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Funset%2Flockout.pl;h=02169f30744ea2ac4fe790218cf64faba24fb634;hp=406d2125f408e18a46e221e5228c93d9c6747824;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/unset/lockout.pl b/cmd/unset/lockout.pl index 406d2125..02169f30 100644 --- a/cmd/unset/lockout.pl +++ b/cmd/unset/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(0); $ref->put(); push @out, $self->msg("lockoutun", $call);