no All groups link

This commit is contained in:
Evan Prodromou 2011-04-14 17:14:57 -04:00
parent 2581e46a25
commit edee3995c2
1 changed files with 0 additions and 7 deletions

View File

@ -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');