diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-07-04 10:53:07 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-07-04 10:53:07 +0200 |
commit | b88a9c2627e632d0f963e0078191eb616e5a1668 (patch) | |
tree | 8961a5f59c3a39f5726fa032e0a8e13b945e3748 /Zotlabs | |
parent | d753492382cf2351886ca94580ea7fbb021f06f0 (diff) | |
download | volse-hubzilla-b88a9c2627e632d0f963e0078191eb616e5a1668.tar.gz volse-hubzilla-b88a9c2627e632d0f963e0078191eb616e5a1668.tar.bz2 volse-hubzilla-b88a9c2627e632d0f963e0078191eb616e5a1668.zip |
Revert "add the missing link to manage privacy groups"
This reverts commit c28e27357a1ce700b91021344050ec531bce3889.
Diffstat (limited to 'Zotlabs')
-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'), |