]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Widget/ContactBlock.php
fixing error "json not defined" in frio
[friendica.git] / src / Content / Widget / ContactBlock.php
index fdc7a470f7e468a52ded3f42468ed6c4f5fe9553..6c77e7f3fd3119747050f983a7779384a55ecac0 100644 (file)
@@ -62,9 +62,9 @@ class ContactBlock
                if ($total) {
                        // Only show followed for personal accounts, followers for pages
                        if (defaults($profile, 'account-type', User::ACCOUNT_TYPE_PERSON) == User::ACCOUNT_TYPE_PERSON) {
-                               $rel = [Contact::FOLLOWER, Contact::FRIEND];
-                       } else {
                                $rel = [Contact::SHARING, Contact::FRIEND];
+                       } else {
+                               $rel = [Contact::FOLLOWER, Contact::FRIEND];
                        }
 
                        $contact_ids_stmt = DBA::select('contact', ['id'], [