Skip to content
Snippets Groups Projects
Commit 98092b95 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fixed xinputuser emailing module

Lastname wasn't being recorded
parent ce1b759c
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ class mailing_xinputuser extends MailingTargets
{
$cibles[] = array(
'email' => $email,
'name' => $name,
'name' => $lastname,
'firstname' => $firstname,
'other' => $other,
'source_url' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment