]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/invite.php
Fix reversed poll & poll response object types in ActivityStreams output
[quix0rs-gnu-social.git] / actions / invite.php
index a2a0e0714a8ff697b569bc40f3413c259904559e..c64ff8adda32a4f3b2b29eec87696e196246393c 100644 (file)
@@ -289,7 +289,7 @@ class InviteAction extends CurrentUserDesignAction
         mail_send($recipients, $headers, $body);
     }
 
-    function showLocalNav()
+    function showObjectNav()
     {
         $nav = new SubGroupNav($this, common_current_user());
         $nav->show();