X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_confirm.php;h=9c70ba21ab4c19c4721d7b8d345d489af4eb350f;hb=09931b71247c2261371a5a40b38a2127f79f344d;hp=5e0e5c85c5173197b6dd802ace0a6bc916cbedc2;hpb=206c26ae30e711aa30cdb29d668bee9dce834c28;p=friendica.git diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index 5e0e5c85c5..9c70ba21ab 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -15,6 +15,7 @@ */ require_once('include/enotify.php'); +require_once('include/group.php'); function dfrn_confirm_post(&$a,$handsfree = null) { @@ -491,10 +492,8 @@ function dfrn_confirm_post(&$a,$handsfree = null) { } $def_gid = get_default_group($uid, $contact["network"]); - if($contact && intval($def_gid)) { - require_once('include/group.php'); + if($contact && intval($def_gid)) group_add_member($uid, '', $contact['id'], $def_gid); - } // Let's send our user to the contact editor in case they want to // do anything special with this new friend.