X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Funset%2Fpassphrase.pl;h=15ef58d114f7f4d7f3c6d7439ec7d5c3abcbbc0b;hp=9bf6a61cdf8ad49618b7a8eba25d437d28cbc371;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/unset/passphrase.pl b/cmd/unset/passphrase.pl index 9bf6a61c..15ef58d1 100644 --- a/cmd/unset/passphrase.pl +++ b/cmd/unset/passphrase.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_passphrase; $ref->put(); push @out, $self->msg("passphraseu", $call);