From: rabuzarus <> Date: Tue, 17 Nov 2015 19:59:12 +0000 (+0100) Subject: forumlist: oh forgot to raise $visible_forums after testing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9123cb0fa3f0906b12c055c49cfeb4273ab975d2;p=friendica.git forumlist: oh forgot to raise $visible_forums after testing --- diff --git a/include/forums.php b/include/forums.php index 00b7bd6ce1..e604a31567 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)) {