X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=1c33edf80ecdf6a62f6fc253ade0223dd68f557d;hb=d49325d177cf03b97df250ca3cb081421c541049;hp=10ce4f667309252b90b9bb7bb14a9d148e9da8dd;hpb=e224e12cb9f62bf08c94c4e072fa511206cc7d12;p=friendica.git diff --git a/include/follow.php b/include/follow.php index 10ce4f6673..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); } }