aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/group.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/group.php')
-rw-r--r--engine/lib/group.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/group.php b/engine/lib/group.php
index 9cb66a871..134206b02 100644
--- a/engine/lib/group.php
+++ b/engine/lib/group.php
@@ -142,9 +142,9 @@
* @param int $offset
* @return mixed
*/
- public function getMembers($limit = 10, $offset = 0)
+ public function getMembers($limit = 10, $offset = 0, $count = false)
{
- return get_group_members($this->getGUID(), $limit, $offset);
+ return get_group_members($this->getGUID(), $limit, $offset, 0 , $count);
}
/**