]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ForumManager.php
use magic Links for forums listed in the advanced profile section
[friendica.git] / src / Content / ForumManager.php
index d0aefd306225c777a7ba8521d5036018fee9ef15..0ef18df35f95a04bfc6936705c9efa8b41b71ec7 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;