forumlist: oh forgot to raise $visible_forums after testing
This commit is contained in:
parent
a07a0fd1d7
commit
9123cb0fa3
|
@ -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)) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user