]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
RepliesAction uses default local nav
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:06:29 +0000 (16:06 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:06:29 +0000 (16:06 -0500)
actions/replies.php

index 8f2fc6c7f378c71b3481560c95ae6876210fed51..fd178175d2be107efb344c623f7491e4a2edb526 100644 (file)
@@ -160,18 +160,6 @@ class RepliesAction extends OwnerDesignAction
                                     $this->user->nickname)));
     }
 
                                     $this->user->nickname)));
     }
 
-    /**
-     * show the personal group nav
-     *
-     * @return void
-     */
-
-    function showLocalNav()
-    {
-        $nav = new PersonalGroupNav($this);
-        $nav->show();
-    }
-
     /**
      * Show the content
      *
     /**
      * Show the content
      *