]> git.mxchange.org Git - friendica.git/commitdiff
Fixed function name
authorMichael <heluecht@pirati.ca>
Thu, 8 Jul 2021 15:44:55 +0000 (15:44 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 8 Jul 2021 15:44:55 +0000 (15:44 +0000)
src/Protocol/DFRN.php

index d8db7251b859a836da854ac03b75decf1f91da21..b2fe7ef9569fc58d9e257d680e21cb0c708c17a6 100644 (file)
@@ -918,7 +918,7 @@ class DFRN
                                $htmlbody = "[b]" . $item['title'] . "[/b]\n\n" . $htmlbody;
                        }
 
-                       $htmlbody = BBCode::convert($item['uri-id'], $htmlbody, BBCode::OSTATUS);
+                       $htmlbody = BBCode::convertForItem($item['uri-id'], $htmlbody, BBCode::OSTATUS);
                }
 
                $author = self::addEntryAuthor($doc, "author", $item["author-link"], $item);