bug #434 - default group placement not working after accepting dfrn friend request

This commit is contained in:
friendica 2012-05-25 18:06:51 -07:00
parent 0ef8ccf11b
commit bb4712b171
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
);
if($contact && $g && intval($g[0]['def_gid'])) {
require_once('include/group.php');
group_add_member($uid,'',$contact[0]['id'],$g[0]['def_gid']);
group_add_member($uid,'',$contact['id'],$g[0]['def_gid']);
}
// Let's send our user to the contact editor in case they want to