mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
Fix mail send
This commit is contained in:
@@ -859,7 +859,7 @@ class FormMail extends Form
|
||||
if (! GETPOST('modelselected','alpha') || GETPOST('modelmailselected') != '-1')
|
||||
{
|
||||
if ($arraydefaultmessage && $arraydefaultmessage->content) {
|
||||
$defaultmessage = $arraydefaultmessage['content'];
|
||||
$defaultmessage = $arraydefaultmessage->content;
|
||||
} elseif (! is_numeric($this->withbody)) {
|
||||
$defaultmessage = $this->withbody;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user