X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=818a1ae5e95c7dd6ac0291655a2d50799ef5d526;hb=314431507da53469fe0bcf79b4b31ad362186db9;hp=ac74d217bc4d816f09a952d0180d417d93bf7afa;hpb=4dc6b290461f0bbbf8183eb572fadfc06d6bedd7;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index ac74d217bc..818a1ae5e9 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -1,6 +1,6 @@ DI::l10n()->t('Status Messages and Posts')] @@ -174,7 +174,7 @@ function follow_process(App $a, string $url) { $return_path = 'follow?url=' . urlencode($url); - $result = Contact::createFromProbe($a->user, $url, true); + $result = Contact::createFromProbeForUser($a->getLoggedInUserId(), $url); if ($result['success'] == false) { // Possibly it is a remote item and not an account