From: Friendika Date: Fri, 19 Aug 2011 12:29:07 +0000 (-0700) Subject: wrong record X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5;p=friendica.git wrong record --- diff --git a/mod/follow.php b/mod/follow.php index efcbdfd244..009fe4e9a1 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -190,7 +190,7 @@ function follow_post(&$a) { } if($contact['network'] == NETWORK_DIASPORA) { require_once('include/diaspora.php'); - $ret = diaspora_share($a->user,$r[0]); + $ret = diaspora_share($a->user,$contact); logger('mod_follow: diaspora_share returns: ' . $ret); } }