Doc comment in showgroup

This commit is contained in:
Evan Prodromou 2009-01-22 01:50:39 -05:00
parent 4e3891d24e
commit 0a81b94a92

View File

@ -146,6 +146,12 @@ class ShowgroupAction extends Action
$this->showPage(); $this->showPage();
} }
/**
* Local menu
*
* @return void
*/
function showLocalNav() function showLocalNav()
{ {
$nav = new GroupNav($this, $this->group); $nav = new GroupNav($this, $this->group);