Wrong function name in forumlist
authorThomas Willingham <founder@kakste.com>
Thu, 11 Oct 2012 19:40:44 +0000 (20:40 +0100)
committerThomas Willingham <founder@kakste.com>
Thu, 11 Oct 2012 19:40:44 +0000 (20:40 +0100)
forumlist/forumlist.php

index 8df713f92bc79c1bc4eca2f56dc3d22076549b35..3a682446e5db2859ed65452c214bbc1e05a1235d 100644 (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;