]> git.mxchange.org Git - friendica.git/commitdiff
restore updating of the public contact
authorMichael <heluecht@pirati.ca>
Fri, 28 Jun 2019 04:34:01 +0000 (04:34 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 28 Jun 2019 04:34:01 +0000 (04:34 +0000)
src/Worker/OnePoll.php

index dccf248c6ba653cd5f0c75850e9ed30906b4c890..3c14100ab25706ff17e1f395ac89c833a8c20bea 100644 (file)
@@ -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']]);
        }
 
        /**