mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:44:23 +02:00
Rename Item::delete* methods to Item::markForDeletion*
This commit is contained in:
parent
dd613cda45
commit
6ae5f705b6
7 changed files with 22 additions and 23 deletions
|
@ -585,7 +585,7 @@ class OStatus
|
|||
return;
|
||||
}
|
||||
|
||||
Item::delete($condition);
|
||||
Item::markForDeletion($condition);
|
||||
|
||||
Logger::log('Deleted item with uri '.$item['uri'].' for user '.$item['uid']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue