uexport app

This commit is contained in:
Mario Vavti
2018-10-04 11:50:38 +02:00
parent 3064f2ced5
commit d0605e8d5f
4 changed files with 24 additions and 11 deletions

View File

@@ -9,7 +9,6 @@ class Settings_menu {
if(! local_channel())
return;
$channel = \App::get_channel();
$abook_self_id = 0;
@@ -66,12 +65,6 @@ class Settings_menu {
);
}
$tabs[] = array(
'label' => t('Export channel'),
'url' => z_root() . '/uexport',
'selected' => ''
);
if($role === false || $role === 'custom') {
$tabs[] = array(
'label' => t('Connection Default Permissions'),