X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=2461bf0356b63ae9fd0ffd2d31f3dbbb89fa2fd3;hb=57cadf5b8f5d5c45f1931607c22145647ca52f36;hp=410e0e58aaa484a9b2a435f3d3f7a8d7d1a1bfc2;hpb=0db83b958659582ef2a7a20226cc7eea06bd9397;p=friendica.git diff --git a/include/follow.php b/include/follow.php index 410e0e58aa..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); } }