mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +03:00
fix html fetch
This commit is contained in:
parent
933cf095b8
commit
6124cdef74
@ -504,7 +504,7 @@ class Message
|
||||
}
|
||||
|
||||
$this->plaintextMessage .= trim($messageBody);
|
||||
} else {
|
||||
} elseif (strtolower($structure->subtype) === 'html') {
|
||||
if (isset($this->htmlMessage)) {
|
||||
$this->htmlMessage .= '<br><br>';
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user