X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FContact.php;h=d76c8f826cd68846f59f30a6ffd9c2bfdfb51c70;hb=1f61efc7fef9196aaba9082d6b0e92e371da088c;hp=3799e0b189a98830aec305d5da37d2122f7310f8;hpb=78e79de7c974732e6cb8cee58536fa9b6f98e06f;p=friendica.git diff --git a/include/Contact.php b/include/Contact.php index 3799e0b189..d76c8f826c 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -129,7 +129,7 @@ function terminate_friendship($user,$self,$contact) { } elseif($contact['network'] === NETWORK_DIASPORA) { require_once('include/diaspora.php'); - diaspora_unshare($user,$contact); + diaspora::send_unshare($user,$contact); } elseif($contact['network'] === NETWORK_DFRN) { require_once('include/dfrn.php');