X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconversation.php;h=a4fe9c00e397a7f6053990ed2997a589b5248330;hb=59675c4f0bbb12029e3b7a141ca484fb180a2fef;hp=5d08fd6928d00d534d9696be1a92af44a079b33f;hpb=5df5e9521b0db02fedb91bb336b790f28088f823;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']];