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