aboutsummaryrefslogtreecommitdiffstats
path: root/mod/follow.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-31 21:42:20 -0700
committerfriendica <info@friendica.com>2012-10-31 21:42:20 -0700
commit77c30972cbdba4f1b29cdce05c362dd1975dfc41 (patch)
tree517720d8e892234f61a0102c2633a9db3a062c71 /mod/follow.php
parent78f64c90a353606b0a46185d07e65359eebe99ad (diff)
downloadvolse-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.php2
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'])