Add local nav to invite
This commit is contained in:
parent
03ce6aee2e
commit
2fe16b39ba
|
@ -227,4 +227,9 @@ class InviteAction extends Action
|
|||
mail_send($recipients, $headers, $body);
|
||||
}
|
||||
|
||||
function showLocalNav()
|
||||
{
|
||||
$nav = new SubGroupNav($this, common_current_user());
|
||||
$nav->show();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user