diff --git a/src/Worker/OnePoll.php b/src/Worker/OnePoll.php index dccf248c6b..3c14100ab2 100644 --- a/src/Worker/OnePoll.php +++ b/src/Worker/OnePoll.php @@ -226,6 +226,7 @@ class OnePoll private static function updateContact(array $contact, array $fields) { DBA::update('contact', $fields, ['id' => $contact['id']]); + DBA::update('contact', $fields, ['uid' => 0, 'nurl' => $contact['nurl']]); } /**