mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
bug #434 - default group placement not working after accepting dfrn friend request
This commit is contained in:
parent
0ef8ccf11b
commit
bb4712b171
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue