diff options
author | friendica <info@friendica.com> | 2012-10-31 16:55:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-31 16:55:19 -0700 |
commit | 62a8298b549c8985a7817be046d7e25cbaf17cb5 (patch) | |
tree | 1d2a3de819567e3121f2035a03db47fcc8ed6295 /mod/follow.php | |
parent | fb173900a16938c3ab7f066e4909d50b9f764473 (diff) | |
download | volse-hubzilla-62a8298b549c8985a7817be046d7e25cbaf17cb5.tar.gz volse-hubzilla-62a8298b549c8985a7817be046d7e25cbaf17cb5.tar.bz2 volse-hubzilla-62a8298b549c8985a7817be046d7e25cbaf17cb5.zip |
starting on pinging the basic elements of federation and communication
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 |