]> git.mxchange.org Git - friendica.git/commitdiff
More standards
authorMichael <heluecht@pirati.ca>
Fri, 23 Jul 2021 13:09:12 +0000 (13:09 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 23 Jul 2021 13:09:12 +0000 (13:09 +0000)
src/Content/Widget/VCard.php

index 7338d508c4ab8f9e95ca3a6cc3cdaec0364f7d07..340fc0cf3a7ab0308d610ad0b0f3bfa4a762ad91 100644 (file)
@@ -69,7 +69,7 @@ class VCard
                        if (in_array($contact['network'], Protocol::NATIVE_SUPPORT)) {
                                if (in_array($rel, [Contact::SHARING, Contact::FRIEND])) {
                                        $unfollow_link = 'unfollow?url=' . urlencode($contact['url']) . '&auto=1';
-                               } elseif(!$pending) {
+                               } elseif (!$pending) {
                                        $follow_link = 'follow?url=' . urlencode($contact['url']) . '&auto=1';
                                }
                        }