The poller is now the worker

This commit is contained in:
Michael 2017-11-19 21:47:21 +00:00
parent cabfcfc904
commit 920160cb28
14 changed files with 41 additions and 41 deletions

View file

@ -189,7 +189,7 @@ function import_account(App $a, $file) {
}
}
if ($contact['uid'] == $olduid && $contact['self'] == '0') {
// set contacts 'avatar-date' to NULL_DATE to let poller to update urls
// set contacts 'avatar-date' to NULL_DATE to let worker to update urls
$contact["avatar-date"] = NULL_DATE;
switch ($contact['network']) {