]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Added field value
[friendica.git] / src / Module / Contact.php
index 73be9ecab53be29cf6d7a160fb20335ef5edd6ef..b8c8827b2428db8b3e94da2d87d658454da45f1f 100644 (file)
@@ -901,7 +901,7 @@ class Contact extends BaseModule
                ];
 
                // Show this tab only if there is visible friend list
-               $x = Model\Contact::countContactsOfContact($pcid);
+               $x = Model\Contact\Relation::countFollows($pcid);
                if ($x) {
                        $tabs[] = ['label' => DI::l10n()->t('Contacts'),
                                'url'   => "allfriends/" . $pcid,