X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fpassphrase.pl;h=7e6b743f516183ef1cb9adf375aca9592dff3815;hp=9cd270c61cb697053984667fd399da120a603676;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/passphrase.pl b/cmd/set/passphrase.pl index 9cd270c6..7e6b743f 100644 --- a/cmd/set/passphrase.pl +++ b/cmd/set/passphrase.pl @@ -25,7 +25,7 @@ if ($call) { return (1, $self->msg('e5')); } return (1, $self->msg('e29')) unless @args; - if ($ref = DXUser->get_current($call)) { + if ($ref = DXUser::get_current($call)) { $ref->passphrase($args[0]); $ref->put(); push @out, $self->msg("passphrase", $call);