diff options
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']) |