Review changes
Update update and new functions to updateFromProbe and create. Update calls to renamed functions.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user