X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Funfollow.php;h=2f9264088696e4157811975634057d368f88da7c;hb=865006682a3952565035207898b80dfbd6d390b1;hp=f1117674df8d167ccb514581aa782ed893d41461;hpb=3fddf3807a8e47cbe993ac461222a68f58af96dd;p=friendica.git diff --git a/mod/unfollow.php b/mod/unfollow.php index f1117674df..2f92640886 100644 --- a/mod/unfollow.php +++ b/mod/unfollow.php @@ -144,7 +144,7 @@ function unfollow_process(string $url) Contact::terminateFriendship($owner, $contact, $dissolve); } - // Sharing-only contacts get deleted as there no relationship any more + // Sharing-only contacts get deleted as there no relationship anymore if ($dissolve) { Contact::remove($contact['id']); $return_path = $base_return_path;