Merge pull request #79 from beardy-unixer/master

Forumlist fix
This commit is contained in:
friendica 2012-10-11 14:58:24 -07:00
commit 9976887f22
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function forumlist_profile_advanced($a,&$b) {
$randomise = true;
$contacts = forumlist_getforumlist($a->user['uid'],false,$randomise);
$contacts = forumlist_getpage($a->user['uid'],false,$randomise);
$total_shown = 0;
$more = false;