Forward port substitutions on firstname/lastname for new user welcome email

This commit is contained in:
james 2012-02-10 17:37:59 +00:00
parent f16f5b6211
commit 4f8b8c6a57

View File

@ -199,7 +199,9 @@
email_send($welcome_email, $data_email,
array("FAIRNAME"=>i18n($config['fairname'])),
array("PASSWORD"=>$u['password'],
"EMAIL"=>$data_email)
"EMAIL"=>$data_email,
"FIRSTNAME"=>$data_fn,
"LASTNAME"=>$data_ln)
);
/* now redirect to the login page */