X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=f753206efcde106f36f06bb48d60bccbf0c1d174;hb=1c82ad073463097ba7e3918be7fbc0863789ee7c;hp=22ff079b633949b941201d1578dd47e770b76670;hpb=162f754e2d6dcec931b405fef0808ff5a3d3f574;p=friendica.git diff --git a/include/follow.php b/include/follow.php index 22ff079b63..f753206efc 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); } }