X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=2461bf0356b63ae9fd0ffd2d31f3dbbb89fa2fd3;hb=152efdaec5c04dbef27218cce027b9e633df7bca;hp=3af629536d61216d61c4fcc897c53e6872539585;hpb=bdfd81e7234662004f5ca3de1212b58b6dee161b;p=friendica.git diff --git a/include/follow.php b/include/follow.php index 3af629536d..2461bf0356 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); } }