X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=f753206efcde106f36f06bb48d60bccbf0c1d174;hb=1c82ad073463097ba7e3918be7fbc0863789ee7c;hp=ca0228cc0f89542f3f66ae7531de0fe3c68e6329;hpb=67638118e7eed76ee9b7a783af9ae0fc6f77f262;p=friendica.git diff --git a/include/follow.php b/include/follow.php index ca0228cc0f..f753206efc 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); } }