mirror of
https://github.com/friendica/friendica
synced 2025-04-28 21:04:22 +02:00
Update function names and calls
update function names and calls from other files
This commit is contained in:
parent
f4fa8f085b
commit
7ffcb25321
7 changed files with 30 additions and 26 deletions
|
@ -562,7 +562,7 @@ class OStatus
|
|||
['id' => $deleted["id"]]
|
||||
);
|
||||
|
||||
delete_thread($deleted["id"], $deleted["parent-uri"]);
|
||||
Item::deleteThread($deleted["id"], $deleted["parent-uri"]);
|
||||
|
||||
logger('Deleted item with uri '.$item['uri'].' for user '.$item['uid']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue