X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FThingy%2FRt.pm;h=798f0a82f98748a836ae5ccd782fde79b810b30c;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=d7d73f48c5ab77530c613ccc968c68205acbe031;hpb=4d22d5fd3874e8292d82f84a777b99ff7d10402a;p=spider.git diff --git a/perl/Thingy/Rt.pm b/perl/Thingy/Rt.pm index d7d73f48..798f0a82 100644 --- a/perl/Thingy/Rt.pm +++ b/perl/Thingy/Rt.pm @@ -86,7 +86,7 @@ sub upd_user_rec $user = DXUser->new($call) if !$user; $user->homenode($parentcall) if !$user->homenode; $user->node($parentcall); - $user->lastin($main::systime) unless DXChannel->get($call); + $user->lastin($main::systime) unless DXChannel::get($call); return $user; }