aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/all.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-19 16:35:10 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-19 16:35:10 +0000
commitc7740af12ff6163a4f019092ded4c5c988fc521b (patch)
treebcde29ced9f8f757c916a97973f772872d681892 /mod/groups/all.php
parent9fa9b0909ca4c856b017246f216a902ded1d4190 (diff)
downloadelgg-c7740af12ff6163a4f019092ded4c5c988fc521b.tar.gz
elgg-c7740af12ff6163a4f019092ded4c5c988fc521b.tar.bz2
small tweak to popular groups
git-svn-id: https://code.elgg.org/elgg/trunk@2821 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/all.php')
-rw-r--r--mod/groups/all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/all.php b/mod/groups/all.php
index 302431944..8036abc94 100644
--- a/mod/groups/all.php
+++ b/mod/groups/all.php
@@ -31,7 +31,7 @@
$objects = list_entities('group',"", 0, $limit, false);
break;
case "pop":
- $objects = list_entities_by_relationship_count('member',true, "group", "", 0, $limit, true, false, false);
+ $objects = list_entities_by_relationship_count('member');
break;
case "active":
$objects = list_entities_from_annotations("object", "groupforumtopic", "group_topic_post", "", 40, 0, 0, false, true);