X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=3b0367b4290e1efd02ccbd945eca34fb4e79bb4d;hb=27905cc21a523d052a0148c9802a64d6dfd9d0d2;hp=db1cac0f7876d8b7106c87b8559c9d0f5e492974;hpb=0f41f35041bb4f240d359a1ffed91f8bc4eb89a4;p=friendica.git diff --git a/mod/match.php b/mod/match.php index db1cac0f78..3b0367b429 100644 --- a/mod/match.php +++ b/mod/match.php @@ -79,6 +79,7 @@ function match_content(&$a) { 'details' => $contact_details['location'], 'tags' => $contact_details['keywords'], 'about' => $contact_details['about'], + 'account_type' => (($contact_details['community']) ? t('Forum') : ''), 'thumb' => proxy_url($jj->photo, false, PROXY_SIZE_THUMB), 'inttxt' => ' ' . t('is interested in:'), 'conntxt' => t('Connect'),