From f190aa2140514003d79071e9feb344a9ec1943d8 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Mon, 4 Feb 2019 23:18:51 +0100 Subject: [PATCH] use magic Links for forums listed in the advanced profile section --- src/Content/ForumManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;