third param to zot_finger no longer needed
This commit is contained in:
parent
186163a5ce
commit
d5800c61dc
@ -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']);
|
||||
|
Reference in New Issue
Block a user