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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | actions_patch_0.txt | 925 bytes | drewish |
| actions_patch.txt | 922 bytes | drewish |
Comments
Comment #1
jvandyk commentedFixed. Thanks.
Comment #2
drewish commentedNot quite fixed. There's a new parameter, from the link:
Please look at the change in the patch.
Comment #3
jvandyk commentedThanks, drewish.
Comment #4
(not verified) commented