mirror of
https://github.com/friendica/friendica
synced 2025-04-22 03:10:10 +00: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
|
@ -48,7 +48,7 @@ class Delete extends BaseAdmin
|
|||
}
|
||||
// Now that we have the GUID, drop those items, which will also delete the
|
||||
// associated threads.
|
||||
Item::delete(['guid' => $guid]);
|
||||
Item::markForDeletion(['guid' => $guid]);
|
||||
}
|
||||
|
||||
info(DI::l10n()->t('Item marked for deletion.') . EOL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue