diff options
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r-- | Zotlabs/Widget/Activity_filter.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Zotlabs/Widget/Activity_filter.php b/Zotlabs/Widget/Activity_filter.php index 2df9e518a..fadf39144 100644 --- a/Zotlabs/Widget/Activity_filter.php +++ b/Zotlabs/Widget/Activity_filter.php @@ -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'), |