fix accidently removed body

This commit is contained in:
Klaus Leithoff 2015-10-23 10:44:12 +00:00
parent 294b3c2ea8
commit 704dd397d4

View File

@ -2299,7 +2299,7 @@ class mail_compose
}
else
{
$this->convertHTMLToText($_formData['body'],false);
$body = $this->convertHTMLToText($_formData['body'],false);
if ($attachment_links) $body .= $attachment_links;