X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FForumManager.php;fp=src%2FContent%2FForumManager.php;h=97917cfd2a9911b5b6c703af9a9197e720785985;hb=a71eb1d127beb7a0fa5ed504c8f431ef13e43e8d;hp=a47d70ab38b2a60ebe037d0ec98594b33e268bcc;hpb=e31dde60841ece5f2ce82886f380755c0fc781ff;p=friendica.git diff --git a/src/Content/ForumManager.php b/src/Content/ForumManager.php index a47d70ab38..97917cfd2a 100644 --- a/src/Content/ForumManager.php +++ b/src/Content/ForumManager.php @@ -7,6 +7,7 @@ namespace Friendica\Content; use Friendica\Core\Protocol; use Friendica\Content\Feature; +use Friendica\Content\Text\HTML; use Friendica\Core\L10n; use Friendica\Core\Renderer; use Friendica\Core\System; @@ -169,7 +170,7 @@ class ForumManager $total_shown = 0; $forumlist = ''; foreach ($contacts as $contact) { - $forumlist .= micropro($contact, false, 'forumlist-profile-advanced'); + $forumlist .= HTML::micropro($contact, false, 'forumlist-profile-advanced'); $total_shown ++; if ($total_shown == $show_total) { break;