mirror of
https://github.com/friendica/friendica
synced 2024-11-19 02:23:41 +00:00
restore updating of the public contact
This commit is contained in:
parent
8838a1f2d1
commit
e48fbeda0a
1 changed files with 1 additions and 0 deletions
|
@ -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']]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue