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(
|
||||
'email' => $email,
|
||||
'name' => $name,
|
||||
'name' => $lastname,
|
||||
'firstname' => $firstname,
|
||||
'other' => $other,
|
||||
'source_url' => '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user