use magic Links for forums listed in the advanced profile section

2022.09-rc
rabuzarus 2019-02-04 23:18:51 +01:00
rodzic 441d953098
commit f190aa2140
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;