Fixed xinputuser emailing module
Lastname wasn't being recorded
This commit is contained in:
parent
ce1b759c47
commit
98092b952d
@ -133,7 +133,7 @@ class mailing_xinputuser extends MailingTargets
|
|||||||
{
|
{
|
||||||
$cibles[] = array(
|
$cibles[] = array(
|
||||||
'email' => $email,
|
'email' => $email,
|
||||||
'name' => $name,
|
'name' => $lastname,
|
||||||
'firstname' => $firstname,
|
'firstname' => $firstname,
|
||||||
'other' => $other,
|
'other' => $other,
|
||||||
'source_url' => '',
|
'source_url' => '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user