aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Settings_menu.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-08 19:21:20 -0800
committerzotlabs <mike@macgirvin.com>2017-11-08 19:21:20 -0800
commit75471ba10ff0c9ca3dfdc943c6647fc6ab1332f8 (patch)
treecf4cc209bec0eb22bafacaa75cdf613a76f42b72 /Zotlabs/Widget/Settings_menu.php
parent5e47b767ea6ed92f6f7ea0a3368762827937a5d8 (diff)
parente7d20efb1b8d579bcb9bdef99205aad19281f6b2 (diff)
downloadvolse-hubzilla-75471ba10ff0c9ca3dfdc943c6647fc6ab1332f8.tar.gz
volse-hubzilla-75471ba10ff0c9ca3dfdc943c6647fc6ab1332f8.tar.bz2
volse-hubzilla-75471ba10ff0c9ca3dfdc943c6647fc6ab1332f8.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Widget/Settings_menu.php')
-rw-r--r--Zotlabs/Widget/Settings_menu.php2
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' => ''
);
}