]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
Make new menu the default menu
[quix0rs-gnu-social.git] / actions / showstream.php
index 14f629b6a83e55e8cdcf589c960fde7a64976083..1688677d8412a33fba0caee8843f2f4161842fe6 100644 (file)
@@ -106,7 +106,7 @@ class ShowstreamAction extends ProfileAction
 
     function showLocalNav()
     {
-        $nav = new PersonalGroupNav($this);
+        $nav = new SubGroupNav($this, $this->user);
         $nav->show();
     }