mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix accidently removed body
This commit is contained in:
parent
294b3c2ea8
commit
704dd397d4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user