mirror of
https://github.com/friendica/friendica
synced 2025-04-29 13:04:23 +02:00
Moving functionality to the contact model
This commit is contained in:
parent
037cf01a15
commit
bca1dc1ca4
4 changed files with 56 additions and 28 deletions
|
@ -709,6 +709,6 @@ 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']]);
|
||||
// DBA::update('contact', $fields, ['uid' => 0, 'nurl' => $contact['nurl']]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue