forumlist: oh forgot to raise $visible_forums after testing

This commit is contained in:
rabuzarus 2015-11-17 20:59:12 +01:00
parent a07a0fd1d7
commit 9123cb0fa3

View file

@ -74,7 +74,7 @@ function widget_forumlist($a) {
$contacts = get_forumlist($a->user['uid'],true,$lastitem, true); $contacts = get_forumlist($a->user['uid'],true,$lastitem, true);
$total = count($contacts); $total = count($contacts);
$visible_forums = 1; $visible_forums = 10;
if(count($contacts)) { if(count($contacts)) {