wrong record

This commit is contained in:
Friendika 2011-08-19 05:29:07 -07:00
parent 2ef82cd347
commit 18c8f4d8b5
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}