I got the following error:

Fatal error: Call to undefined function user_mail() in sites/all/modules/actions/actions.inc on line 334

It's due to the function name changing from user_mail() to drupal_mail(). The attached patch should take care of it.

CommentFileSizeAuthor
#2 actions_patch_0.txt925 bytesdrewish
actions_patch.txt922 bytesdrewish

Comments

jvandyk’s picture

Status: Needs review » Fixed

Fixed. Thanks.

drewish’s picture

Status: Fixed » Needs review
StatusFileSize
new925 bytes

Not quite fixed. There's a new parameter, from the link:

The new $mailkey is used to identify the email for hook_mail_alter (see below).

Please look at the change in the patch.

jvandyk’s picture

Status: Needs review » Fixed

Thanks, drewish.

Anonymous’s picture

Status: Fixed » Closed (fixed)