From ef2cb88a92bba804c3e7016c63a684b9981a940d Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 9 Jan 2013 22:18:06 -0800 Subject: wrong redirection after follow --- mod/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/follow.php') 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']); } -- cgit v1.2.3