Change DXUser->get* to DXUser::get*
[spider.git] / cmd / sysop.pl
index ba42ba6057cd65b97347660355ff372b95110625..6dcef2c24dc17497e5cdb1e22867f948ad30e4d0 100644 (file)
@@ -6,7 +6,7 @@
 #
 
 my ($self, $line) = @_;
-my $user = DXUser->get_current($self->call);
+my $user = DXUser::get_current($self->call);
 my $passwd = $user->passwd if $user;
 my $lth = length $passwd;
 $lth = 100 unless $lth;