aboutsummaryrefslogtreecommitdiff
path: root/mod/members/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/members/index.php')
-rw-r--r--mod/members/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/members/index.php b/mod/members/index.php
index 2962f7768..5ad37aa70 100644
--- a/mod/members/index.php
+++ b/mod/members/index.php
@@ -45,7 +45,7 @@ $area2 = elgg_view_title($pagetitle);
//get the correct view based on filter
switch($filter){
case "newest":
- $content = list_entities("user","",0,10,false);
+ $content = elgg_list_entities("user","",0,10,false);
break;
case "pop":
$filter_content = list_entities_by_relationship_count('friend', true, '', '', 0, 10, false);