Fixed xinputuser emailing module

Lastname wasn't being recorded
This commit is contained in:
Marcos García 2012-09-12 14:49:02 +02:00
parent ce1b759c47
commit 98092b952d

View File

@ -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' => '',