function names changed
This commit is contained in:
parent
6d4962a571
commit
3b2ae5c4a9
6 changed files with 10 additions and 10 deletions
|
|
@ -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']];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue