X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FUpdateGContact.php;h=1057d0a27037142cadbb59b553897eb5eb6ebc59;hb=52c5b0e0f303c359c480671a84c4fc19ca190bd0;hp=aacebcb80ae93d7482994261f06d8cd9e565ad67;hpb=9b8b2b36cdf39852068b3dd372409501f8e31344;p=friendica.git diff --git a/src/Worker/UpdateGContact.php b/src/Worker/UpdateGContact.php index aacebcb80a..1057d0a270 100644 --- a/src/Worker/UpdateGContact.php +++ b/src/Worker/UpdateGContact.php @@ -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");