aboutsummaryrefslogtreecommitdiffstats
path: root/mod/follow.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-19 05:29:07 -0700
committerFriendika <info@friendika.com>2011-08-19 05:29:07 -0700
commit18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5 (patch)
tree01f47506285cfe79666944aa63e0f1b66a731127 /mod/follow.php
parent2ef82cd34760565b6446a148770b3efbb49d3ad0 (diff)
downloadvolse-hubzilla-18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5.tar.gz
volse-hubzilla-18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5.tar.bz2
volse-hubzilla-18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5.zip
wrong record
Diffstat (limited to 'mod/follow.php')
-rw-r--r--mod/follow.php2
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);
}
}