Fixed function name

This commit is contained in:
Michael 2021-07-08 15:44:55 +00:00
parent 165c6ddc63
commit e72e74f7db
1 changed files with 1 additions and 1 deletions

View 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);