1
0
Fork 0

Some more function calls changed to the new class

This commit is contained in:
Michael Vogel 2016-03-14 08:11:14 +01:00
commit 9ae2b2292f
7 changed files with 19 additions and 13 deletions

View file

@ -303,7 +303,7 @@ function new_contact($uid,$url,$interactive = false) {
}
if($contact['network'] == NETWORK_DIASPORA) {
require_once('include/diaspora.php');
$ret = diaspora_share($a->user,$contact);
$ret = diaspora::send_share($a->user,$contact);
logger('mod_follow: diaspora_share returns: ' . $ret);
}
}