permcats app

This commit is contained in:
Mario Vavti
2018-09-26 22:02:50 +02:00
parent 505782f224
commit a7948d7bfe
9 changed files with 41 additions and 35 deletions

View File

@@ -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'),