X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXMsg.pm;h=b25b70a5b704c57f02ba863d88ca406a6bbdf651;hb=a23a8576e79859f0108072a9f780d1b3a9383278;hp=67165ef455a03df1fcae0368bd1ba21504f5c325;hpb=e4366c330ee2e359f1a2404f9ff35075e81165cc;p=spider.git diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index 67165ef4..b25b70a5 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -479,7 +479,7 @@ sub notify my $ref = shift; my $to = $ref->{to}; my $uref = DXUser->get_current($to); - my $dxchan = DXChannel->get($to); + my $dxchan = DXChannel::get($to); if (((*Net::SMTP && $email_server) || $email_prog) && $uref && $uref->wantemail) { my $email = $uref->email; if ($email) {