X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Funset%2Fprompt.pl;h=063c9d485fb2eec57c0a1e81d8cd30272aabbc48;hp=4aff6d4abe240305e2b1402cef1872fce7211f5b;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/unset/prompt.pl b/cmd/unset/prompt.pl index 4aff6d4a..063c9d48 100644 --- a/cmd/unset/prompt.pl +++ b/cmd/unset/prompt.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) { delete $user->{prompt}; delete $self->{prompt};