]> git.mxchange.org Git - friendica.git/commitdiff
forumlist: oh forgot to raise $visible_forums after testing
authorrabuzarus <>
Tue, 17 Nov 2015 19:59:12 +0000 (20:59 +0100)
committerrabuzarus <>
Tue, 17 Nov 2015 19:59:12 +0000 (20:59 +0100)
include/forums.php

index 00b7bd6ce1e5a4bcbadf51b0671b653dbc98690c..e604a3156777a14638d0a697889c713f069bc341 100644 (file)
@@ -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)) {