Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated my memberships
rmathis committed Feb 1, 2021
1 parent f09cef0 commit 7a049a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions View/GrouperGroups/groupmember.ctp
@@ -24,11 +24,11 @@
) ?></td>
<td><?php echo isset($group['description']) ? $group['description'] : _txt('pl.grouperlite.value.descr.zerostate'); ?></td>
<td>
<?php echo $this->element('GrouperLite.Components/optAction', array(
'member' => $group['member'],
<?php echo $group['optedin'] ? $this->element('GrouperLite.Components/optAction', array(
'member' => $group['optedin'],
'leavegroup',
'group' => $group['name']
)); ?>
)) : ''; ?>
</td>
</tr>
<?php endforeach; ?>

0 comments on commit 7a049a7

Please sign in to comment.