diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-26 22:02:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-26 22:02:50 +0200 |
commit | a7948d7bfee1c0c8c9f1a731aabdc636c280bff0 (patch) | |
tree | 16ed302c1fc01084f8e8c9f790494d3b4762b567 /Zotlabs/Widget | |
parent | 505782f224d232acd57f7a5986adfc9bf8a7bb79 (diff) | |
download | volse-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.php | 8 |
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'), |