mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Review changes
Update update and new functions to updateFromProbe and create. Update calls to renamed functions.
This commit is contained in:
parent
484eb960d7
commit
c81e83c500
7 changed files with 9 additions and 9 deletions
|
@ -117,7 +117,7 @@ Class OnePoll
|
|||
return;
|
||||
}
|
||||
|
||||
if (!Contact::update($contact["id"])) {
|
||||
if (!Contact::updateFromProbe($contact["id"])) {
|
||||
Contact::markForArchival($contact);
|
||||
logger('Contact is marked dead');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue