mirror of
https://github.com/friendica/friendica
synced 2025-04-28 17:04:23 +02:00
Rename Term methods ahead of the move
- Rename createFromItemURI() to insertFromItemFileByUri() - Rename createFromItem() to insertFromItemFileById()
This commit is contained in:
parent
d0c9e7939c
commit
0abe4158d2
4 changed files with 12 additions and 11 deletions
|
@ -2841,7 +2841,7 @@ class DFRN
|
|||
intval($importer["uid"])
|
||||
);
|
||||
create_tags_from_itemuri($uri, $importer["uid"]);
|
||||
Term::createFromItemURI($uri, $importer["uid"]);
|
||||
Term::insertFromItemFileByUri($uri, $importer["uid"]);
|
||||
update_thread_uri($uri, $importer["uid"]);
|
||||
} else {
|
||||
$r = q(
|
||||
|
@ -2854,7 +2854,7 @@ class DFRN
|
|||
intval($importer["uid"])
|
||||
);
|
||||
create_tags_from_itemuri($uri, $importer["uid"]);
|
||||
Term::createFromItemURI($uri, $importer["uid"]);
|
||||
Term::insertFromItemFileByUri($uri, $importer["uid"]);
|
||||
update_thread_uri($uri, $importer["importer_uid"]);
|
||||
|
||||
// if this is a relayed delete, propagate it to other recipients
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue