trim the subject line of invite emails

Thanks semjaza

http://laconi.ca/trac/ticket/1746
This commit is contained in:
Craig Andrews 2009-07-27 16:02:03 -04:00
parent 5caa90c6e7
commit e804b2a500
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class InviteAction extends CurrentUserDesignAction
$recipients = array($email);
$headers['From'] = mail_notify_from();
$headers['To'] = $email;
$headers['To'] = trim($email);
$headers['Subject'] = sprintf(_('%1$s has invited you to join them on %2$s'), $bestname, $sitename);
$body = sprintf(_("%1\$s has invited you to join them on %2\$s (%3\$s).\n\n".