One tab too much

pull/4011/head
Michael 2017-12-05 09:34:43 +00:00
parent 5f9e87ea5a
commit 115d71e841
1 changed files with 2 additions and 2 deletions

View File

@ -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']));
}
}