X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=d0411a466af0411045ed9455f2c25019a67a3c00;hb=d0b8f2092de0b839e956043de4442a46044fb59e;hp=21c05c8f3ef139062963dfbd05446b96f492d9a4;hpb=48309a25eccbd15ec02a62bda116c721859b53fe;p=friendica.git diff --git a/include/follow.php b/include/follow.php index 21c05c8f3e..d0411a466a 100644 --- a/include/follow.php +++ b/include/follow.php @@ -1,5 +1,6 @@ user,$contact); - logger('mod_follow: diaspora_share returns: ' . $ret); + $ret = diaspora::send_share($a->user,$contact); + logger('share returns: '.$ret); } }