show object nav for blocked users in a group

This commit is contained in:
Evan Prodromou 2011-03-01 16:08:49 -05:00
parent efdc85224a
commit 85320a7561

View File

@ -122,7 +122,7 @@ class BlockedfromgroupAction extends GroupDesignAction
_('A list of the users blocked from joining this group.'));
}
function showLocalNav()
function showObjectNav()
{
$nav = new GroupNav($this, $this->group);
$nav->show();