X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Funset%2Fpassword.pl;h=0a844ca7340a6cd80002753912449d710f562352;hp=fcaa4c747bb0c626e0f584a0411fc0b0e4689a8e;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/unset/password.pl b/cmd/unset/password.pl index fcaa4c74..0a844ca7 100644 --- a/cmd/unset/password.pl +++ b/cmd/unset/password.pl @@ -24,7 +24,7 @@ if ($self->priv < 9) { for (@args) { my $call = uc $_; - if ($ref = DXUser->get_current($call)) { + if ($ref = DXUser::get_current($call)) { $ref->unset_passwd; $ref->put(); push @out, $self->msg("passwordu", $call);