]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/OnePoll.php
'SearchDirectory' created (moved out of 'DiscoverPoco' mess)
[friendica.git] / src / Worker / OnePoll.php
index 25402e3c3158d2890833656a71ca2efe16236171..3dbc0cccd1cd06c3ebd8e481862b65d6c8f4fc75 100644 (file)
@@ -41,7 +41,7 @@ class OnePoll
                }
 
                if ($force) {
-                       Contact::updateFromProbe($contact_id, true);
+                       Contact::updateFromProbe($contact_id, '', true);
                }
 
                $contact = DBA::selectFirst('contact', [], ['id' => $contact_id]);