From b88a9c2627e632d0f963e0078191eb616e5a1668 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 4 Jul 2018 10:53:07 +0200 Subject: Revert "add the missing link to manage privacy groups" This reverts commit c28e27357a1ce700b91021344050ec531bce3889. --- Zotlabs/Widget/Activity_filter.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Zotlabs') 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'), -- cgit v1.2.3