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)) {