Testing instructions:
user_id_from and user_id_to data.Issue origin:
UsersModelRegistration loads users to send messages to via
->select($db->quoteName(array('name', 'email', 'sendEmail', 'id')))
...
$sendEmail = $db->loadColumn();
Next they are iterated via
foreach ($sendEmail as $userid)
Hence email address to stored and converted to 0
Fix:
Change
->select($db->quoteName(array('name', 'email', 'sendEmail', 'id')))
to
->select($db->quoteName('id'))
| Labels |
Added:
?
|
||
| Category | ⇒ | Language & Strings Libraries |
| Status | New | ⇒ | Information Required |
| Status | Information Required | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-04-13 08:20:40 |
| Closed_By | ⇒ | brianteeman |
Closed as we have a PR #9885
Can you please check this in latest staging as there have been a lot of changes to mail since this report.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8900.