From: rabuzarus Date: Mon, 4 Feb 2019 22:18:51 +0000 (+0100) Subject: use magic Links for forums listed in the advanced profile section X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f190aa2140514003d79071e9feb344a9ec1943d8;p=friendica.git use magic Links for forums listed in the advanced profile section --- diff --git a/src/Content/ForumManager.php b/src/Content/ForumManager.php index d0aefd3062..0ef18df35f 100644 --- a/src/Content/ForumManager.php +++ b/src/Content/ForumManager.php @@ -170,7 +170,7 @@ class ForumManager $total_shown = 0; $forumlist = ''; foreach ($contacts as $contact) { - $forumlist .= HTML::micropro($contact, false, 'forumlist-profile-advanced'); + $forumlist .= HTML::micropro($contact, true, 'forumlist-profile-advanced'); $total_shown ++; if ($total_shown == $show_total) { break;