]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateGContact.php
Remove get_server() in favor of Search::getGlobalDirectory()
[friendica.git] / src / Worker / UpdateGContact.php
index aacebcb80ae93d7482994261f06d8cd9e565ad67..1057d0a27037142cadbb59b553897eb5eb6ebc59 100644 (file)
@@ -12,6 +12,11 @@ use Friendica\Database\DBA;
 
 class UpdateGContact
 {
+       /**
+        * Update global contact via probe
+        * @param string $url     Global contact url
+        * @param string $command
+        */
        public static function execute($url, $command = '')
        {
                $force = ($command == "force");