]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groups.php
Groups list by members
[quix0rs-gnu-social.git] / actions / groups.php
index 206065d2636a8b29d9372e29ecf3f37bf3c5fbe4..6faa497fc6fc07d058d2e1b23c943257a29c9fb9 100644 (file)
@@ -119,5 +119,7 @@ class GroupsAction extends Action
     {
         $gbp = new GroupsByPostsSection($this);
         $gbp->show();
+        $gbm = new GroupsByMembersSection($this);
+        $gbm->show();
     }
 }