Change DXUser->get* to DXUser::get*
[spider.git] / perl / DXCron.pm
index 2c02be53e4432c22def3c6ad28bfa83076a93a9f..70c8e6606515015731646ccc4a3e6490cb51c0ef 100644 (file)
@@ -219,7 +219,7 @@ sub last_connect
 {
        my $call = uc shift;
        return $main::systime if DXChannel::get($call);
-       my $user = DXUser->get($call);
+       my $user = DXUser::get($call);
        return $user ? $user->lastin : 0;
 }