From b2c5020af7f85d4fe423cd6284f9ada701eab247 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 10 Jun 2015 18:51:39 -0700 Subject: diaspora disallowed by default --- include/follow.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/follow.php') diff --git a/include/follow.php b/include/follow.php index 1e5df4cd5..4710f728c 100644 --- a/include/follow.php +++ b/include/follow.php @@ -137,8 +137,6 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) } $allowed = get_pconfig($uid,'system','diaspora_allowed'); - if($allowed === false) - $allowed = 1; if(! intval($allowed)) { $result['message'] = t('Protocol blocked for this channel.'); -- cgit v1.2.3