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
1 changed files with 1 additions and 1 deletions

View File

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