X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=08e74e02f3443d3b8a5849442ca4aee4710a20b6;hb=b50769b6d09549e1641bab1813087fd928602129;hp=3af629536d61216d61c4fcc897c53e6872539585;hpb=d30d13959b21eafc7ea35d26ccc6bf10a84f8541;p=friendica.git diff --git a/include/follow.php b/include/follow.php index 3af629536d..08e74e02f3 100644 --- a/include/follow.php +++ b/include/follow.php @@ -1,6 +1,7 @@ user,$contact); - logger('mod_follow: diaspora_share returns: ' . $ret); + $ret = diaspora::send_share($a->user,$contact); + logger('share returns: '.$ret); } }