diff options
author | friendica <info@friendica.com> | 2012-10-31 21:42:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-31 21:42:20 -0700 |
commit | 77c30972cbdba4f1b29cdce05c362dd1975dfc41 (patch) | |
tree | 517720d8e892234f61a0102c2633a9db3a062c71 /mod/follow.php | |
parent | 78f64c90a353606b0a46185d07e65359eebe99ad (diff) | |
download | volse-hubzilla-77c30972cbdba4f1b29cdce05c362dd1975dfc41.tar.gz volse-hubzilla-77c30972cbdba4f1b29cdce05c362dd1975dfc41.tar.bz2 volse-hubzilla-77c30972cbdba4f1b29cdce05c362dd1975dfc41.zip |
network discovery on 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 0b222e505..05d1eee73 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -16,7 +16,7 @@ function follow_init(&$a) { $return_url = $_SESSION['return_url']; - $result = new_contact($uid,$url,true); + $result = new_contact($uid,$url,$a->get_channel(),true); if($result['success'] == false) { if($result['message']) |