aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.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 /mod/settings.php
parentbc1b7afc857aedb11264b3c2f1cad688894b3853 (diff)
downloadvolse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.tar.gz
volse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.tar.bz2
volse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.zip
diaspora disallowed by default
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/settings.php b/mod/settings.php
index b0ba04dfc..5bae3778a 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -669,8 +669,6 @@ function settings_content(&$a) {
if($diaspora_enabled) {
$dspr_allowed = get_pconfig(local_channel(),'system','diaspora_allowed');
- if($dspr_allowed === false)
- $dspr_allowed = 1;
$pubcomments = get_pconfig(local_channel(),'system','diaspora_public_comments');
if($pubcomments === false)
$pubcomments = 1;