]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Email.php
Merge pull request #5435 from annando/htaccess
[friendica.git] / src / Protocol / Email.php
index 054a1f4ff769ac55e7b6d833075398c4c651de2e..c3825a16bd1fa5f26e578fa15237f5083da13d25 100644 (file)
@@ -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";