X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fname.pl;h=4fae3e16f333546e362e85b93a722acb6252e2ad;hp=b8dd3150495651f24a97b045d50f9222dbb9ab37;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/name.pl b/cmd/set/name.pl index b8dd3150..4fae3e16 100644 --- a/cmd/set/name.pl +++ b/cmd/set/name.pl @@ -17,7 +17,7 @@ $line =~ s/[{}]//g; # no braces allowed return (1, $self->msg('namee1')) if !$line; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $user->name($line); $user->put();