fix invitation email

This commit is contained in:
Yuri Kuznetsov
2014-09-15 10:33:44 +03:00
parent cff5e0f688
commit 6bdfb30c33
@@ -79,6 +79,8 @@ class Invitations
$bodyTpl = file_get_contents($bodyTplFileName);
$subject = $this->parseInvitationTemplate($subjectTpl, $entity, $invitee, $uid);
$subject = str_replace(array("\n", "\r"), '', $subject);
$body = $this->parseInvitationTemplate($bodyTpl, $entity, $invitee, $uid);
$email->set('subject', $subject);