From d5800c61dc85971bebd01e751f463d76552e3fe9 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 5 Dec 2012 18:50:27 -0800 Subject: third param to zot_finger no longer needed --- include/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/follow.php b/include/follow.php index 7b9405247..3d5785f89 100644 --- a/include/follow.php +++ b/include/follow.php @@ -34,7 +34,7 @@ function new_contact($uid,$url,$channel,$interactive = false) { if($arr['channel']['success']) $ret = $arr['channel']; else - $ret = zot_finger($url,$channel,false); + $ret = zot_finger($url,$channel); if($ret['success']) { $j = json_decode($ret['body']); -- cgit v1.2.3