summaryrefslogtreecommitdiff
path: root/actions/usergroups.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-22 17:06:38 +0100
committerEvan Prodromou <evan@controlyourself.ca>2009-01-22 17:06:38 +0100
commit30dac77caa4a42fbfbf1dedcf34f80d59ed500b8 (patch)
tree9778815628bb0ae7ae3b75f19f0ab2981b08d5e1 /actions/usergroups.php
parentb8887ef4f668ff3e7f7217f47f998a8b6a04b0b4 (diff)
add nav menu to usergroups
Diffstat (limited to 'actions/usergroups.php')
-rw-r--r--actions/usergroups.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/usergroups.php b/actions/usergroups.php
index 62ad3b3a2..f56f9c6b2 100644
--- a/actions/usergroups.php
+++ b/actions/usergroups.php
@@ -108,7 +108,8 @@ class UsergroupsAction extends Action
function showLocalNav()
{
- // XXX: Add to the subscriptions tabset
+ $nav = new SubGroupNav($this, $this->user);
+ $nav->show();
}
function showContent()