From: Thomas Willingham Date: Thu, 11 Oct 2012 19:40:44 +0000 (+0100) Subject: Wrong function name in forumlist X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e95b0e0a96864fdcee92d7916afa5e4a10ee9233;p=friendica-addons.git Wrong function name in forumlist --- 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;