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

2022.09-rc
friendica 2012-05-25 18:06:51 -07:00
rodzic 0ef8ccf11b
commit bb4712b171
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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