X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=1c33edf80ecdf6a62f6fc253ade0223dd68f557d;hb=a63e060b51609a78997134b612f372c2a4e07463;hp=8e6094cb4d5644d25040702c10e8fadaf0162a8a;hpb=6f662b8c74ddc6e896e74e6b563e0769bb66fef5;p=friendica.git diff --git a/include/follow.php b/include/follow.php index 8e6094cb4d..1c33edf80e 100644 --- a/include/follow.php +++ b/include/follow.php @@ -1,5 +1,7 @@ user,$contact); - logger('mod_follow: diaspora_share returns: ' . $ret); + $ret = diaspora::send_share($a->user,$contact); + logger('share returns: '.$ret); } }