mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-05 03:58:43 +00:00
remove todo
This commit is contained in:
parent
a9f04acb31
commit
fafa6cd3cd
|
|
@ -2090,7 +2090,6 @@ class Email implements MessageInterface
|
||||||
$this->bodyAlt = self::normalizeBreaks($this->html2text($message, $advanced), self::$LE);
|
$this->bodyAlt = self::normalizeBreaks($this->html2text($message, $advanced), self::$LE);
|
||||||
|
|
||||||
if (empty($this->bodyAlt)) {
|
if (empty($this->bodyAlt)) {
|
||||||
// @todo: localize
|
|
||||||
$this->bodyAlt = 'This is an HTML-only message. To view it, activate HTML in your email application.' . self::$LE;
|
$this->bodyAlt = 'This is an HTML-only message. To view it, activate HTML in your email application.' . self::$LE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user