Active
Project:
Abuse
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2010 at 11:22 UTC
Updated:
26 Mar 2010 at 11:32 UTC
drupal_mail call at line 427 of abuse.admin.inc doesn't fit drupal 6 API profile for that function (http://api.drupal.org/api/function/drupal_mail/6) causing it to fail and warnings to be not sent.
Best regards
Comments
Comment #1
niteman commentedExcuse me I was wrong, the problem seems to be at line 420 changing to
$to = "$account->mail";and everything works.Best regards