Revert "add the missing link to manage privacy groups"

This reverts commit c28e27357a.
This commit is contained in:
Mario Vavti 2018-07-04 10:53:07 +02:00
parent d753492382
commit b88a9c2627

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'),