X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Funset%2Femail.pl;h=c05a9e538b41ed94238e978ddeab667cbb65db86;hp=0f61405e108475af0bae2f3177d587898b10578c;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/unset/email.pl b/cmd/unset/email.pl index 0f61405e..c05a9e53 100644 --- a/cmd/unset/email.pl +++ b/cmd/unset/email.pl @@ -10,7 +10,7 @@ my ($self, $line) = @_; my $call = $self->call; my $user; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $user->wantemail(0); $user->put();