]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Doc comment in showgroup
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 06:50:39 +0000 (01:50 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 06:50:39 +0000 (01:50 -0500)
actions/showgroup.php

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