]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add local nav to invite
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 22:53:05 +0000 (22:53 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 22:53:05 +0000 (22:53 +0000)
actions/invite.php

index 62609f56641cf33794e4c2e8a3d4acd6ad24b14c..bb74d68e442ccef20f6577cff492905113a9c266 100644 (file)
@@ -227,4 +227,9 @@ class InviteAction extends Action
         mail_send($recipients, $headers, $body);
     }
 
+    function showLocalNav()
+    {
+        $nav = new SubGroupNav($this, common_current_user());
+        $nav->show();
+    }
 }