X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=08e74e02f3443d3b8a5849442ca4aee4710a20b6;hb=497fd34026fbaa83b11a64d3a0a6e20f1360e5d6;hp=21c05c8f3ef139062963dfbd05446b96f492d9a4;hpb=efbdb57f926dc840a162ac960f5a1f3b0fdf0353;p=friendica.git diff --git a/include/follow.php b/include/follow.php index 21c05c8f3e..08e74e02f3 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); } }