]> git.mxchange.org Git - friendica.git/commitdiff
One tab too much
authorMichael <heluecht@pirati.ca>
Tue, 5 Dec 2017 09:34:43 +0000 (09:34 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 5 Dec 2017 09:34:43 +0000 (09:34 +0000)
src/Worker/OnePoll.php

index 9c8cdb81d34104f675c2b2005f7d15312266b9d1..2d742fc562294f5e81d58ed5ba66bff447f465c6 100644 (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']));
        }
 }