diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-06 20:13:14 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-06 20:13:14 -0800 |
commit | 3f1a4b655900d64ad2c13f1906eb77eaf15d11b5 (patch) | |
tree | 4bd5ea0d025e1d7deca8080fb2eb84d97f250f4c /Zotlabs/Widget/Settings_menu.php | |
parent | 11a7a08b9d98073a3dcb012bea4ec32e8baf649d (diff) | |
download | volse-hubzilla-3f1a4b655900d64ad2c13f1906eb77eaf15d11b5.tar.gz volse-hubzilla-3f1a4b655900d64ad2c13f1906eb77eaf15d11b5.tar.bz2 volse-hubzilla-3f1a4b655900d64ad2c13f1906eb77eaf15d11b5.zip |
second half of issue #893 - move channel default permissions to its own module so we can apply different page/widget layouts than for connedit; the relevant functionality is abandoned on mod_connedit but still intact. Trying a slightly different look/behaviour for inherited settings and the associated checkboxes. This may need a bit more tweaking but overall looks a lot cleaner.
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' => '' ); } |