From 115d71e8415d95693bf968703c9fb7357ed1248d Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 5 Dec 2017 09:34:43 +0000 Subject: [PATCH] One tab too much --- src/Worker/OnePoll.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Worker/OnePoll.php b/src/Worker/OnePoll.php index 9c8cdb81d3..2d742fc562 100644 --- a/src/Worker/OnePoll.php +++ b/src/Worker/OnePoll.php @@ -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'])); } } -- 2.39.5