Add local nav to invite

This commit is contained in:
Evan Prodromou 2009-01-22 22:53:05 +00:00
parent 03ce6aee2e
commit 2fe16b39ba
1 changed files with 5 additions and 0 deletions

View File

@ -227,4 +227,9 @@ class InviteAction extends Action
mail_send($recipients, $headers, $body);
}
function showLocalNav()
{
$nav = new SubGroupNav($this, common_current_user());
$nav->show();
}
}