mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
function names changed
This commit is contained in:
parent
6d4962a571
commit
3b2ae5c4a9
6 changed files with 10 additions and 10 deletions
|
@ -1015,7 +1015,7 @@ class Processor
|
|||
return [];
|
||||
}
|
||||
|
||||
$parent_terms = Tag::ArrayFromURIId($parent['uri-id'], [Tag::MENTION, Tag::IMPLICIT_MENTION, Tag::EXCLUSIVE_MENTION]);
|
||||
$parent_terms = Tag::getByURIId($parent['uri-id'], [Tag::MENTION, Tag::IMPLICIT_MENTION, Tag::EXCLUSIVE_MENTION]);
|
||||
|
||||
$parent_author = Contact::getDetailsByURL($parent['author-link'], 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue