diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-04 13:26:45 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-04 13:26:45 +0200 |
commit | c00dc6120d5a458a2386ab4e561437d9f8c62b3c (patch) | |
tree | 81ef4ff7849cea1cc57097b5174f64756e9446bd /Zotlabs/Widget | |
parent | d0605e8d5f7c666fffc01352de4d9ed4738f41ab (diff) | |
download | volse-hubzilla-c00dc6120d5a458a2386ab4e561437d9f8c62b3c.tar.gz volse-hubzilla-c00dc6120d5a458a2386ab4e561437d9f8c62b3c.tar.bz2 volse-hubzilla-c00dc6120d5a458a2386ab4e561437d9f8c62b3c.zip |
defperm 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 194c4b05b..a4b288441 100644 --- a/Zotlabs/Widget/Settings_menu.php +++ b/Zotlabs/Widget/Settings_menu.php @@ -65,14 +65,6 @@ class Settings_menu { ); } - if($role === false || $role === 'custom') { - $tabs[] = array( - 'label' => t('Connection Default Permissions'), - 'url' => z_root() . '/defperms', - 'selected' => '' - ); - } - $tabtpl = get_markup_template("generic_links_widget.tpl"); return replace_macros($tabtpl, array( '$title' => t('Settings'), |