aboutsummaryrefslogtreecommitdiffstats
path: root/include/follow.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-10 18:51:39 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-10 18:51:39 -0700
commitb2c5020af7f85d4fe423cd6284f9ada701eab247 (patch)
treedb81c36fafb3bf0721102729da1fd01a0b9b447f /include/follow.php
parentbc1b7afc857aedb11264b3c2f1cad688894b3853 (diff)
downloadvolse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.tar.gz
volse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.tar.bz2
volse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.zip
diaspora disallowed by default
Diffstat (limited to 'include/follow.php')
-rw-r--r--include/follow.php2
1 files changed, 0 insertions, 2 deletions
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.');