From f64abf3ad8b5c753a3e47669c69c4acda9696e5e Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 1 Sep 2014 20:41:05 -0700 Subject: logic inverted --- include/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/follow.php') diff --git a/include/follow.php b/include/follow.php index d1c6afbee..cf6bfde77 100644 --- a/include/follow.php +++ b/include/follow.php @@ -51,7 +51,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) if($arr['channel']['success']) $ret = $arr['channel']; - elseif($is_http) + elseif(! $is_http) $ret = zot_finger($url,$channel); if($ret && $ret['success']) { -- cgit v1.2.3