diff options
author | Michael Vogel <icarus@dabo.de> | 2012-05-26 15:42:23 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-05-26 15:42:23 +0200 |
commit | a08232fa955385b2eaff5f9094b39071fb1632ae (patch) | |
tree | b18ccde349d9f2a0dc06e32bdae0007b5953d4f9 /mod/dfrn_confirm.php | |
parent | 7f19d39b146844fd71d148690d3e550df9d3043b (diff) | |
parent | 817fc37f41c030381507384db581f62d9a1b5044 (diff) | |
download | volse-hubzilla-a08232fa955385b2eaff5f9094b39071fb1632ae.tar.gz volse-hubzilla-a08232fa955385b2eaff5f9094b39071fb1632ae.tar.bz2 volse-hubzilla-a08232fa955385b2eaff5f9094b39071fb1632ae.zip |
Merge branch 'master' of github.com:annando/friendica
Diffstat (limited to 'mod/dfrn_confirm.php')
-rw-r--r-- | mod/dfrn_confirm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index 093993bbc..564ae5ca2 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -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 |