Merge pull request #6587 from rabuzarus/20190204_-_magicLinks_for_profileAdvanced
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 5 Feb 2019 00:02:22 +0000 (19:02 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Feb 2019 00:02:22 +0000 (19:02 -0500)
use magic Links for forums listed in the advanced profile section

src/Content/ForumManager.php

index d0aefd3..0ef18df 100644 (file)
@@ -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;