aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-26 22:02:50 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-26 22:02:50 +0200
commita7948d7bfee1c0c8c9f1a731aabdc636c280bff0 (patch)
tree16ed302c1fc01084f8e8c9f790494d3b4762b567 /Zotlabs/Widget
parent505782f224d232acd57f7a5986adfc9bf8a7bb79 (diff)
downloadvolse-hubzilla-a7948d7bfee1c0c8c9f1a731aabdc636c280bff0.tar.gz
volse-hubzilla-a7948d7bfee1c0c8c9f1a731aabdc636c280bff0.tar.bz2
volse-hubzilla-a7948d7bfee1c0c8c9f1a731aabdc636c280bff0.zip
permcats app
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Settings_menu.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/Zotlabs/Widget/Settings_menu.php b/Zotlabs/Widget/Settings_menu.php
index 041ca312f..781f3b145 100644
--- a/Zotlabs/Widget/Settings_menu.php
+++ b/Zotlabs/Widget/Settings_menu.php
@@ -87,14 +87,6 @@ class Settings_menu {
);
}
- if(feature_enabled(local_channel(),'permcats')) {
- $tabs[] = array(
- 'label' => t('Permission Categories'),
- 'url' => z_root() . '/settings/permcats',
- 'selected' => ((argv(1) === 'permcats') ? 'active' : ''),
- );
- }
-
if($role === false || $role === 'custom') {
$tabs[] = array(
'label' => t('Connection Default Permissions'),