commit
baf6fc6a8b
@ -859,7 +859,7 @@ class FormMail extends Form
|
|||||||
if (! GETPOST('modelselected','alpha') || GETPOST('modelmailselected') != '-1')
|
if (! GETPOST('modelselected','alpha') || GETPOST('modelmailselected') != '-1')
|
||||||
{
|
{
|
||||||
if ($arraydefaultmessage && $arraydefaultmessage->content) {
|
if ($arraydefaultmessage && $arraydefaultmessage->content) {
|
||||||
$defaultmessage = $arraydefaultmessage['content'];
|
$defaultmessage = $arraydefaultmessage->content;
|
||||||
} elseif (! is_numeric($this->withbody)) {
|
} elseif (! is_numeric($this->withbody)) {
|
||||||
$defaultmessage = $this->withbody;
|
$defaultmessage = $this->withbody;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user