diff options
author | friendica <info@friendica.com> | 2013-12-18 01:00:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-18 01:00:08 -0800 |
commit | 38fd8410eb5c66928cb24bb87ad38657f53aec3a (patch) | |
tree | 5c3eb57af3b4b721e36d059e7161c50f8853a61c /include/widgets.php | |
parent | 1780684c57a068f0278ad576703e044c64a70aa5 (diff) | |
download | volse-hubzilla-38fd8410eb5c66928cb24bb87ad38657f53aec3a.tar.gz volse-hubzilla-38fd8410eb5c66928cb24bb87ad38657f53aec3a.tar.bz2 volse-hubzilla-38fd8410eb5c66928cb24bb87ad38657f53aec3a.zip |
split off mod_connections into mod_connections & mod_connedit - lots of links to fix
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 888da37a2..9d6617aa2 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -436,7 +436,7 @@ function widget_settings_menu($arr) { array( 'label' => t('Automatic Permissions (Advanced)'), - 'url' => $a->get_baseurl(true) . '/connections/' . $abook_self_id, + 'url' => $a->get_baseurl(true) . '/connedit/' . $abook_self_id, 'selected' => '' ), |