summaryrefslogtreecommitdiff
path: root/lib/grouplist.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/grouplist.php')
-rw-r--r--lib/grouplist.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/grouplist.php b/lib/grouplist.php
index 8e2637fec..1b8547499 100644
--- a/lib/grouplist.php
+++ b/lib/grouplist.php
@@ -164,10 +164,8 @@ class GroupList extends Widget
# XXX: special-case for user looking at own
# subscriptions page
if ($user->isMember($this->group)) {
- if (!$user->isAdmin($this->group)) {
- $lf = new LeaveForm($this->out, $this->group);
- $lf->show();
- }
+ $lf = new LeaveForm($this->out, $this->group);
+ $lf->show();
} else {
$jf = new JoinForm($this->out, $this->group);
$jf->show();