summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-14 14:55:08 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-14 14:55:08 -0700
commit10b7e8ff69a6f003efd7385d38feb2300ef69f10 (patch)
tree620612d2d8377e91c5057b00423b9c59b4214644 /actions/showgroup.php
parentf32799699c516bf78d591624bc60fbbeaced1bc8 (diff)
parentdaf2e7ef47b6ed071e764858c4b1a9f5eaadb65d (diff)
Merge branch '0.8.x' into groupblock
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r--actions/showgroup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php
index 29b6fa1e6..3ce45adc6 100644
--- a/actions/showgroup.php
+++ b/actions/showgroup.php
@@ -344,7 +344,7 @@ class ShowgroupAction extends Action
$this->element('h2', null, _('Members'));
- $pml = new ProfileMiniList($member, null, $this);
+ $pml = new ProfileMiniList($member, $this);
$cnt = $pml->show();
if ($cnt == 0) {
$this->element('p', null, _('(None)'));