Skip to content

Commit

Permalink
Fixed xinputuser emailing module
Browse files Browse the repository at this point in the history
Lastname wasn't being recorded
  • Loading branch information
marcosgdf committed Sep 12, 2012
1 parent ce1b759 commit 98092b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/mailings/xinputuser.modules.php
Expand Up @@ -133,7 +133,7 @@ function add_to_target($mailing_id,$filtersarray=array())
{
$cibles[] = array(
'email' => $email,
'name' => $name,
'name' => $lastname,
'firstname' => $firstname,
'other' => $other,
'source_url' => '',
Expand Down

0 comments on commit 98092b9

Please sign in to comment.