add nav menu to usergroups

This commit is contained in:
Evan Prodromou 2009-01-22 17:06:38 +01:00
parent b8887ef4f6
commit 30dac77caa
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ class UsergroupsAction extends Action
function showLocalNav() function showLocalNav()
{ {
// XXX: Add to the subscriptions tabset $nav = new SubGroupNav($this, $this->user);
$nav->show();
} }
function showContent() function showContent()