Wrong function name in forumlist

This commit is contained in:
Thomas Willingham 2012-10-11 20:40:44 +01:00
parent 6542902889
commit e95b0e0a96
1 changed files with 1 additions and 1 deletions

View File

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