diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-04 11:50:38 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-04 11:50:38 +0200 |
commit | d0605e8d5f7c666fffc01352de4d9ed4738f41ab (patch) | |
tree | 632781f4e5195ca08996c708f02c4aca8102e95c /Zotlabs/Widget | |
parent | 3064f2ced5a10da93238bc43b5a08a74ae3bfcb0 (diff) | |
download | volse-hubzilla-d0605e8d5f7c666fffc01352de4d9ed4738f41ab.tar.gz volse-hubzilla-d0605e8d5f7c666fffc01352de4d9ed4738f41ab.tar.bz2 volse-hubzilla-d0605e8d5f7c666fffc01352de4d9ed4738f41ab.zip |
uexport app
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r-- | Zotlabs/Widget/Settings_menu.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Zotlabs/Widget/Settings_menu.php b/Zotlabs/Widget/Settings_menu.php index 238b8071e..194c4b05b 100644 --- a/Zotlabs/Widget/Settings_menu.php +++ b/Zotlabs/Widget/Settings_menu.php @@ -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'), |