diff options
Diffstat (limited to 'mod/follow.php')
-rw-r--r-- | mod/follow.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/follow.php b/mod/follow.php index 5e48174c9..0b222e505 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -24,10 +24,10 @@ function follow_init(&$a) { goaway($return_url); } - info( t('Contact added') . EOL); + info( t('Channel added') . EOL); - if(strstr($return_url,'contacts')) - goaway($a->get_baseurl() . '/contacts/' . $contact_id); + if(strstr($return_url,'channel')) + goaway($a->get_baseurl() . '/channel/' . $result['channel_id']); goaway($return_url); // NOTREACHED |