diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 22:53:05 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 22:53:05 +0000 |
commit | 2fe16b39ba3be58acf14441d54751a8088069cb5 (patch) | |
tree | d35f8572ada247e9cca497ae715d0c0bfff7d0d4 /actions | |
parent | 03ce6aee2eb228aaf32c0b095284b95722d661b2 (diff) |
Add local nav to invite
Diffstat (limited to 'actions')
-rw-r--r-- | actions/invite.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/invite.php b/actions/invite.php index 62609f566..bb74d68e4 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -227,4 +227,9 @@ class InviteAction extends Action mail_send($recipients, $headers, $body); } + function showLocalNav() + { + $nav = new SubGroupNav($this, common_current_user()); + $nav->show(); + } } |