aboutsummaryrefslogtreecommitdiffstats
path: root/mod/follow.php
diff options
context:
space:
mode:
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 fd2f8af19..c07c210f6 100644
--- a/mod/follow.php
+++ b/mod/follow.php
@@ -24,6 +24,6 @@ function follow_init(&$a) {
info( t('Channel added') . EOL);
- goaway(z_root() . '/connection/' . $result['abook']['abook_id']);
+ goaway(z_root() . '/connections/' . $result['abook']['abook_id']);
}