]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
show defaultlocalnav in groupdesignsettings
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:15:03 +0000 (16:15 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:15:03 +0000 (16:15 -0500)
actions/groupdesignsettings.php

index 3ef5e20e442420d4ab40ecaf5da8bb95440220c3..798064d16ca106e009929771e1cdeeaeb77f3ad0 100644 (file)
@@ -163,12 +163,22 @@ class GroupDesignSettingsAction extends DesignSettingsAction
      *
      * @return nothing
      */
-    function showLocalNav()
+    function showObjectNav()
     {
         $nav = new GroupNav($this, $this->group);
         $nav->show();
     }
 
+    /**
+     * Override to show default nav stuff
+     *
+     * @return nothing
+     */
+    function showLocalNav()
+    {
+        Action::showLocalNav();
+    }
+
     /**
      * Get the design we want to edit
      *