mirror of
https://github.com/friendica/friendica
synced 2024-12-23 18:00:17 +00:00
One tab too much
This commit is contained in:
parent
5f9e87ea5a
commit
115d71e841
1 changed files with 2 additions and 2 deletions
|
@ -653,7 +653,7 @@ Class OnePoll
|
|||
* @param array $fields The fields that are updated
|
||||
*/
|
||||
private static function updateContact($contact, $fields) {
|
||||
dba::update('contact', $fields, array('id' => $contact['id']));
|
||||
dba::update('contact', $fields, array('uid' => 0, 'nurl' => $contact['nurl']));
|
||||
dba::update('contact', $fields, array('id' => $contact['id']));
|
||||
dba::update('contact', $fields, array('uid' => 0, 'nurl' => $contact['nurl']));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue