object menu in inviteaction

This commit is contained in:
Evan Prodromou 2011-03-01 16:20:14 -05:00
parent 6ee77f1302
commit 55fa14baec

View File

@ -289,7 +289,7 @@ class InviteAction extends CurrentUserDesignAction
mail_send($recipients, $headers, $body);
}
function showLocalNav()
function showObjectNav()
{
$nav = new SubGroupNav($this, common_current_user());
$nav->show();