X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_confirm.php;h=5e0e5c85c5173197b6dd802ace0a6bc916cbedc2;hb=1f2c495cd8f68a9539dea7307fcbb1de3e84934b;hp=aed9809ca24a786b713bd1492463613d7a7aa011;hpb=0bcd6886f0405562f76dfcfad14de85fed3cdcc3;p=friendica.git diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index aed9809ca2..5e0e5c85c5 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -427,8 +427,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...