From ae0f2009d580200c6fa88890c79b003b802f810b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 23 Jan 2009 03:07:03 +0100 Subject: Groups list by members --- actions/groups.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions/groups.php') 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(); } } -- cgit v1.2.3-54-g00ecf