]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Text/HTML.php
Fix another Fatal error in Protocol\OStatus (#5451)
[friendica.git] / src / Content / Text / HTML.php
index 896db876f581bd5fa4eb0440f12e1bf49a3496d3..d6e699ed7b90e0b894419a823c911cdd08de8bcf 100644 (file)
@@ -549,8 +549,6 @@ class HTML
 
        public static function toPlaintext($html, $wraplength = 75, $compact = false)
        {
-               global $lang;
-
                $message = str_replace("\r", "", $html);
 
                $doc = new DOMDocument();