]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/DiscoverPoCo.php
wrapping up 2019.12
[friendica.git] / src / Worker / DiscoverPoCo.php
index 5ce4c97d6f421a88e10025245a9ca66efb38c639..d495b4c2a6a8db94c6a7e070eb09f94afad25931 100644 (file)
@@ -64,7 +64,7 @@ class DiscoverPoCo
 
                if ($mode == 8) {
                        if ($param1 != "") {
-                               PortableContact::lastUpdated($param1, true);
+                               GContact::updateFromProbe($param1, true);
                        }
                } elseif ($mode == 7) {
                        if (!empty($param4)) {
@@ -232,7 +232,7 @@ class DiscoverPoCo
                                                continue;
                                        }
                                        // Update the contact
-                                       PortableContact::lastUpdated($jj->url);
+                                       GContact::updateFromProbe($jj->url);
                                        continue;
                                }