mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
fix accidently removed body
This commit is contained in:
parent
294b3c2ea8
commit
704dd397d4
@ -2299,7 +2299,7 @@ class mail_compose
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->convertHTMLToText($_formData['body'],false);
|
$body = $this->convertHTMLToText($_formData['body'],false);
|
||||||
|
|
||||||
if ($attachment_links) $body .= $attachment_links;
|
if ($attachment_links) $body .= $attachment_links;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user