mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
Bugfix: Avoid "Class not found" error
This commit is contained in:
parent
3086666c38
commit
c438e47827
5 changed files with 10 additions and 5 deletions
|
@ -328,7 +328,7 @@ class Email
|
|||
$body .= "Content-Transfer-Encoding: 8bit\n";
|
||||
$body .= "Content-Type: text/plain; charset=utf-8; format=flowed\n\n";
|
||||
|
||||
$body .= Friendica\Content\Text\HTML::toPlaintext($html)."\n";
|
||||
$body .= HTML::toPlaintext($html)."\n";
|
||||
|
||||
$body .= "--=_".$part."\n";
|
||||
$body .= "Content-Transfer-Encoding: 8bit\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue