]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove alone 'groups' link on the left side. Useless I guess.
authorJean Baptiste Favre <statusnet@jbfavre.org>
Mon, 27 Aug 2012 22:25:53 +0000 (00:25 +0200)
committerJean Baptiste Favre <statusnet@jbfavre.org>
Sat, 15 Jun 2013 16:41:04 +0000 (18:41 +0200)
plugins/ModPlus/remoteprofileaction.php

index 59626b737513780366820cdfacfa0707680415ba..1d7a84d9f3dffad7e3c485638eacd4b3c78ba155 100644 (file)
@@ -118,8 +118,7 @@ class RemoteProfileAction extends ShowstreamAction
 
     function showLocalNav()
     {
-        $nav = new PublicGroupNav($this);
-        $nav->show();
+        // skip
     }
 
     function showSections()