]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Merge pull request #2905 from annando/1611-performance-again
[friendica.git] / mod / allfriends.php
index 498b9d7dbf1cf62b0b61eff85aec17e8575ace5b..03f78e696e2c4946a112dc2aeecd694472e049e8 100644 (file)
@@ -76,7 +76,7 @@ function allfriends_content(&$a) {
                        'details'       => $contact_details['location'],
                        'tags'          => $contact_details['keywords'],
                        'about'         => $contact_details['about'],
-                       'account_type'  => (($contact_details['community']) ? t('Forum') : ''),
+                       'account_type'  => account_type($contact_details),
                        'network'       => network_to_name($contact_details['network'], $contact_details['url']),
                        'photo_menu'    => $photo_menu,
                        'conntxt'       => t('Connect'),