1
0
Fork 0

function names changed

This commit is contained in:
Michael 2020-05-01 06:01:22 +00:00
commit 3b2ae5c4a9
6 changed files with 10 additions and 10 deletions

View file

@ -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']];