]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no object nav for invite
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 22:15:47 +0000 (18:15 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 22:15:47 +0000 (18:15 -0400)
actions/invite.php

index be2228e703d88eecd82fc8db095ffcab7109b987..9522cac900158638d3797f0497e81958ba6fc485 100644 (file)
@@ -296,10 +296,4 @@ class InviteAction extends CurrentUserDesignAction
 
         mail_send($recipients, $headers, $body);
     }
-
-    function showObjectNav()
-    {
-        $nav = new SubGroupNav($this, common_current_user());
-        $nav->show();
-    }
 }