X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXMsg.pm;fp=perl%2FDXMsg.pm;h=b25b70a5b704c57f02ba863d88ca406a6bbdf651;hb=dce19df96e5dab964cd89cab9c33af470d824109;hp=67165ef455a03df1fcae0368bd1ba21504f5c325;hpb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;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) {