diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-07 12:20:11 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-07 12:20:11 +0100 |
commit | b5d4acf10a49980035f89d37440ae41a574df5a0 (patch) | |
tree | 8b1ee6b4c2f65d8dc4285e8925a5157773eefcbc /Zotlabs/Widget/Settings_menu.php | |
parent | 47fbdda40951be5109c739f63331e2bb95ebd64a (diff) | |
parent | 7b69dc574b1527fc0e16a0c2f91a726132987e2f (diff) | |
download | volse-hubzilla-b5d4acf10a49980035f89d37440ae41a574df5a0.tar.gz volse-hubzilla-b5d4acf10a49980035f89d37440ae41a574df5a0.tar.bz2 volse-hubzilla-b5d4acf10a49980035f89d37440ae41a574df5a0.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Widget/Settings_menu.php')
-rw-r--r-- | Zotlabs/Widget/Settings_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Settings_menu.php b/Zotlabs/Widget/Settings_menu.php index c15ad0980..e15ed96a5 100644 --- a/Zotlabs/Widget/Settings_menu.php +++ b/Zotlabs/Widget/Settings_menu.php @@ -107,7 +107,7 @@ class Settings_menu { if($role === false || $role === 'custom') { $tabs[] = array( 'label' => t('Connection Default Permissions'), - 'url' => z_root() . '/connedit/' . $abook_self_id, + 'url' => z_root() . '/defperms', 'selected' => '' ); } |