]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Show group local nav on group inbox
authorEvan Prodromou <evan@status.net>
Mon, 7 Feb 2011 15:18:54 +0000 (10:18 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 7 Feb 2011 15:18:54 +0000 (10:18 -0500)
plugins/PrivateGroup/groupinbox.php

index 8b16e0632a354b8443ee1086ba9b3733e7eb3be1..419053151cd6ae9ba5ad109c0a7bf2f582ea2958 100644 (file)
@@ -104,6 +104,12 @@ class GroupinboxAction extends GroupDesignAction
         return true;
     }
 
+    function showLocalNav()
+    {
+        $nav = new GroupNav($this, $this->group);
+        $nav->show();
+    }
+
     function showContent()
     {
         $gml = new GroupMessageList($this, $this->gm);