From e95b0e0a96864fdcee92d7916afa5e4a10ee9233 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 11 Oct 2012 20:40:44 +0100 Subject: [PATCH] Wrong function name in forumlist --- forumlist/forumlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php index 8df713f9..3a682446 100644 --- a/forumlist/forumlist.php +++ b/forumlist/forumlist.php @@ -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;