Removed just more old diaspora function calls.

This commit is contained in:
Michael Vogel 2016-03-14 20:53:44 +01:00
parent 3734555715
commit 56cb6cc897
13 changed files with 8 additions and 109 deletions

View file

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