X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=perl%2FInvestigate.pm;h=426e23ebfe11ab5650be7ecd79320da6662161f0;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=e1cb9b2801c46e72d41b4527563689b0b98b2e1a;hpb=bcf099764f49e68ef016964e420b906e7900623e;p=spider.git diff --git a/perl/Investigate.pm b/perl/Investigate.pm index e1cb9b28..426e23eb 100644 --- a/perl/Investigate.pm +++ b/perl/Investigate.pm @@ -95,7 +95,7 @@ sub handle_ping $user->set_believe($self->{call}); $user->put; } - my $dxchan = DXChannel->get($self->{via}); + my $dxchan = DXChannel::get($self->{via}); if ($dxchan) { dbg("Investigate: sending PC19 for $self->{call}") if isdbg('investigate'); foreach my $pc (@{$self->{pcxx}}) {