X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Femail.pl;h=c5bfe52bdd740d9891df5d1290d569b91294edc4;hp=ac6c991cdd7682a413bf240ec3bb8f837eb5872b;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/email.pl b/cmd/set/email.pl index ac6c991c..c5bfe52b 100644 --- a/cmd/set/email.pl +++ b/cmd/set/email.pl @@ -15,7 +15,7 @@ my @f = split /\s+/, $line; return (1, $self->msg('emaile1')) if !$line; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $user->email(\@f); $user->wantemail(1);