]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/DFRN.php
notags calls
[friendica.git] / src / Protocol / DFRN.php
index c9ad69cc10a250bbdd4722241fdf0cf636a3d577..a6efeb76a2aba90462d1dea765b85ab48aff2c46 100644 (file)
@@ -2494,7 +2494,7 @@ class DFRN
                $item["body"] = XML::getFirstNodeValue($xpath, "dfrn:env/text()", $entry);
                $item["body"] = str_replace([' ',"\t","\r","\n"], ['','','',''], $item["body"]);
                // make sure nobody is trying to sneak some html tags by us
-               $item["body"] = notags(base64url_decode($item["body"]));
+               $item["body"] = Strings::removeTags(base64url_decode($item["body"]));
 
                $item["body"] = BBCode::limitBodySize($item["body"]);