Merge pull request #6587 from rabuzarus/20190204_-_magicLinks_for_profileAdvanced
use magic Links for forums listed in the advanced profile section
This commit is contained in:
commit
eb6ca77289
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class ForumManager
|
||||||
$total_shown = 0;
|
$total_shown = 0;
|
||||||
$forumlist = '';
|
$forumlist = '';
|
||||||
foreach ($contacts as $contact) {
|
foreach ($contacts as $contact) {
|
||||||
$forumlist .= HTML::micropro($contact, false, 'forumlist-profile-advanced');
|
$forumlist .= HTML::micropro($contact, true, 'forumlist-profile-advanced');
|
||||||
$total_shown ++;
|
$total_shown ++;
|
||||||
if ($total_shown == $show_total) {
|
if ($total_shown == $show_total) {
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue