aboutsummaryrefslogtreecommitdiffstats
path: root/mod/follow.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-09 22:18:06 -0800
committerfriendica <info@friendica.com>2013-01-09 22:18:06 -0800
commitef2cb88a92bba804c3e7016c63a684b9981a940d (patch)
tree8ad2ee82cc0d427231d5de3c8d8a04c8cb77e8eb /mod/follow.php
parentbb21c4bb13d179eed6ded7d44cf3fbef10090d6f (diff)
downloadvolse-hubzilla-ef2cb88a92bba804c3e7016c63a684b9981a940d.tar.gz
volse-hubzilla-ef2cb88a92bba804c3e7016c63a684b9981a940d.tar.bz2
volse-hubzilla-ef2cb88a92bba804c3e7016c63a684b9981a940d.zip
wrong redirection after follow
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']);
}