forumlist: oh forgot to raise $visible_forums after testing
This commit is contained in:
parent
a07a0fd1d7
commit
9123cb0fa3
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue