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