Rules integration sends messages (for example, when a user submits a 'friend-request', emails are sent to the requester and the requestee).
See path: admin/rules/rules/rules_1/edit/4 for an example.

This page lists the token [message:string-raw]. However, when the emails are sent, this token is not being properly substituted - it stays as [message:string-raw].

This is because friendlist_rules.rules.inc is missing the code in hook_token_values.

CommentFileSizeAuthor
#1 746226_add_message_token.patch576 bytesmanarth
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

manarth’s picture

Status: Active » Needs review
FileSize
576 bytes

Patch attached.

mrsimonelliott’s picture

Status: Needs review » Reviewed & tested by the community

I have tested patch #1 and confirm it works.
Recommend adding to next dev snap shot.