add the missing link to manage privacy groups
This commit is contained in:
parent
fa6e5e4d75
commit
c28e27357a
@ -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'),
|
||||
|
Reference in New Issue
Block a user