aboutsummaryrefslogtreecommitdiffstats
path: root/mod/follow.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-18 01:00:08 -0800
committerfriendica <info@friendica.com>2013-12-18 01:00:08 -0800
commit38fd8410eb5c66928cb24bb87ad38657f53aec3a (patch)
tree5c3eb57af3b4b721e36d059e7161c50f8853a61c /mod/follow.php
parent1780684c57a068f0278ad576703e044c64a70aa5 (diff)
downloadvolse-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 'mod/follow.php')
-rw-r--r--mod/follow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/follow.php b/mod/follow.php
index 364fe76b9..962bb71a7 100644
--- a/mod/follow.php
+++ b/mod/follow.php
@@ -30,7 +30,7 @@ function follow_init(&$a) {
proc_run('php','include/onepoll.php',$result['abook']['abook_id']);
- goaway(z_root() . '/connections/' . $result['abook']['abook_id']);
+ goaway(z_root() . '/connedit/' . $result['abook']['abook_id']);
}