X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fconversation.php;h=a4fe9c00e397a7f6053990ed2997a589b5248330;hb=64069f8bd6308f6a7e4f35de0046f30735ae9718;hp=5d08fd6928d00d534d9696be1a92af44a079b33f;hpb=638a6ac3755aac6610b5150af96b1e7301e39561;p=friendica.git diff --git a/include/conversation.php b/include/conversation.php index 5d08fd6928..a4fe9c00e3 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -526,7 +526,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o $profile_name = $item['author-link']; } - $tags = Tag::populateTagsFromItem($item); + $tags = Tag::populateFromItem($item); $author = ['uid' => 0, 'id' => $item['author-id'], 'network' => $item['author-network'], 'url' => $item['author-link']];