From 9123cb0fa3f0906b12c055c49cfeb4273ab975d2 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Tue, 17 Nov 2015 20:59:12 +0100 Subject: [PATCH] forumlist: oh forgot to raise $visible_forums after testing --- include/forums.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/forums.php b/include/forums.php index 00b7bd6ce..e604a3156 100644 --- a/include/forums.php +++ b/include/forums.php @@ -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)) {