diff options
author | friendica <info@friendica.com> | 2013-01-09 22:18:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-09 22:18:06 -0800 |
commit | ef2cb88a92bba804c3e7016c63a684b9981a940d (patch) | |
tree | 8ad2ee82cc0d427231d5de3c8d8a04c8cb77e8eb /mod/follow.php | |
parent | bb21c4bb13d179eed6ded7d44cf3fbef10090d6f (diff) | |
download | volse-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.php | 2 |
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']); } |