From 77c30972cbdba4f1b29cdce05c362dd1975dfc41 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 31 Oct 2012 21:42:20 -0700 Subject: network discovery on follow --- mod/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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']) -- cgit v1.2.3