mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Removed just more old diaspora function calls.
This commit is contained in:
parent
3734555715
commit
56cb6cc897
13 changed files with 8 additions and 109 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue