diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/usergroups.php | 3 |
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() |