diff options
Diffstat (limited to 'actions/groups.php')
-rw-r--r-- | actions/groups.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/groups.php b/actions/groups.php index 206065d26..6faa497fc 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -119,5 +119,7 @@ class GroupsAction extends Action { $gbp = new GroupsByPostsSection($this); $gbp->show(); + $gbm = new GroupsByMembersSection($this); + $gbm->show(); } } |