Closed (fixed)
Project:
Make Meeting Scheduler
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2012 at 21:48 UTC
Updated:
13 Feb 2012 at 23:30 UTC
It looks like commit d8f8d79ee6ac99fb353121efdde729d094c8303f as polls for registered users should use $account->mail. Line 693 should be is
drupal_mail('makemeeting', 'new_vote', $account->mail, user_preferred_language($account), $params);
instead of
drupal_mail('makemeeting', 'new_vote', $node->user_mail, user_preferred_language($account), $params);
| Comment | File | Size | Author |
|---|---|---|---|
| fix-sending-mails-for-new-votes-in-polls-created-by-registered-users.patch | 515 bytes | silvio |
Comments
Comment #1
SebCorbin commentedThanks for the patch, committed to 6.x-1.x!