add the missing link to manage privacy groups

This commit is contained in:
zotlabs 2018-06-28 23:17:50 -07:00
parent fa6e5e4d75
commit c28e27357a

View File

@ -63,6 +63,14 @@ 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'),