Closed (fixed)
Project:
User Import
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 03:33 UTC
Updated:
6 Oct 2012 at 20:11 UTC
in user_import.inc's implementation of hook_mail(), the message language is not being passed to _user_mail_text() - instead NULL is passed.
ie:
_user_mail_text('register_admin_created_subject', NULL, $params)
instead of
_user_mail_text('register_admin_created_subject', $message['language'], $params)
Not sure why, but it makes sending emails in the user preferred language impossible.
Attached patch applies against 6.x-2.x.
| Comment | File | Size | Author |
|---|---|---|---|
| pass_mail_message_language-0.patch | 1.01 KB | ryan_courtnage |
Comments
Comment #1
robert castelo commentedThanks, committed to dev version.