remove manage group link from activity_filter, already in personal menu

This commit is contained in:
zotlabs 2018-07-04 19:04:12 -07:00
parent 18dbc490fe
commit 1387b88ba4

View file

@ -63,14 +63,6 @@ class Activity_filter {
'title' => sprintf(t('Show posts related to the %s privacy group'), $g['gname'])
];
}
$gsub[] = [
'label' => t('Manage Privacy Groups'),
'icon' => 'gear',
'url' => z_root() . '/group',
'sel' => '',
'title' => t('Create and edit privacy groups and members')
];
$tabs[] = [
'id' => 'privacy_groups',
'label' => t('Privacy Groups'),