From edee3995c2c86f9d77ed8b4eee1814094c3d080f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Apr 2011 17:14:57 -0400 Subject: [PATCH] no All groups link --- lib/profileaction.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/profileaction.php b/lib/profileaction.php index 52c471909b..bffae98ca6 100644 --- a/lib/profileaction.php +++ b/lib/profileaction.php @@ -271,13 +271,6 @@ class ProfileAction extends OwnerDesignAction } } - if ($cnt > GROUPS_PER_MINILIST) { - $this->elementStart('p'); - // TRANS: Text for user group membership statistics if user has more subscriptions than displayed. - $this->statsSectionLink('usergroups', _('All groups'), 'more'); - $this->elementEnd('p'); - } - Event::handle('EndShowGroupsMiniList', array($this)); } $this->elementEnd('div'); -- 2.39.5