]> git.mxchange.org Git - friendica.git/commitdiff
use magic Links for forums listed in the advanced profile section
authorrabuzarus <rabuzarus@t-online.de>
Mon, 4 Feb 2019 22:18:51 +0000 (23:18 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Mon, 4 Feb 2019 22:18:51 +0000 (23:18 +0100)
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;