]> git.mxchange.org Git - friendica.git/blobdiff - mod/unfollow.php
Merge remote-tracking branch 'upstream/develop' into user-contact
[friendica.git] / mod / unfollow.php
index f1117674df8d167ccb514581aa782ed893d41461..2f9264088696e4157811975634057d368f88da7c 100644 (file)
@@ -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;