]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Merge pull request #2932 from Hypolite/issue/missing-private-image-src
[friendica.git] / mod / match.php
index 8341911577be4311375e31b5432bcc503b69e542..33e07c91ce40fbcf9614d0aca83040756c49c8b0 100644 (file)
@@ -81,7 +81,7 @@ function match_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),
                                                'thumb' => proxy_url($jj->photo, false, PROXY_SIZE_THUMB),
                                                'inttxt' => ' ' . t('is interested in:'),
                                                'conntxt' => t('Connect'),