diff options
author | Friendika <info@friendika.com> | 2011-08-19 05:29:07 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-19 05:29:07 -0700 |
commit | 18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5 (patch) | |
tree | 01f47506285cfe79666944aa63e0f1b66a731127 /mod | |
parent | 2ef82cd34760565b6446a148770b3efbb49d3ad0 (diff) | |
download | volse-hubzilla-18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5.tar.gz volse-hubzilla-18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5.tar.bz2 volse-hubzilla-18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5.zip |
wrong record
Diffstat (limited to 'mod')
-rw-r--r-- | mod/follow.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/follow.php b/mod/follow.php index efcbdfd24..009fe4e9a 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); } } |