X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fdfrn_confirm.php;h=9c70ba21ab4c19c4721d7b8d345d489af4eb350f;hb=0f8148a4cb7c477b363cccdb5c638cd10d9df531;hp=aed9809ca24a786b713bd1492463613d7a7aa011;hpb=0bcd6886f0405562f76dfcfad14de85fed3cdcc3;p=friendica.git diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index aed9809ca2..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) { @@ -427,8 +428,8 @@ function dfrn_confirm_post(&$a,$handsfree = null) { if(($contact) && ($contact['network'] === NETWORK_DIASPORA)) { require_once('include/diaspora.php'); - $ret = diaspora_share($user[0],$r[0]); - logger('mod_follow: diaspora_share returns: ' . $ret); + $ret = diaspora::send_share($user[0],$r[0]); + logger('share returns: ' . $ret); } // Send a new friend post if we are allowed to... @@ -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.