From: Jean Baptiste Favre Date: Mon, 27 Aug 2012 22:25:53 +0000 (+0200) Subject: Remove alone 'groups' link on the left side. Useless I guess. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=93c8969a27f37f108c9be1f4d228271887741201;p=quix0rs-gnu-social.git Remove alone 'groups' link on the left side. Useless I guess. --- diff --git a/plugins/ModPlus/remoteprofileaction.php b/plugins/ModPlus/remoteprofileaction.php index 59626b7375..1d7a84d9f3 100644 --- a/plugins/ModPlus/remoteprofileaction.php +++ b/plugins/ModPlus/remoteprofileaction.php @@ -118,8 +118,7 @@ class RemoteProfileAction extends ShowstreamAction function showLocalNav() { - $nav = new PublicGroupNav($this); - $nav->show(); + // skip } function showSections()