diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-10 18:51:39 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-10 18:51:39 -0700 |
commit | b2c5020af7f85d4fe423cd6284f9ada701eab247 (patch) | |
tree | db81c36fafb3bf0721102729da1fd01a0b9b447f /mod | |
parent | bc1b7afc857aedb11264b3c2f1cad688894b3853 (diff) | |
download | volse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.tar.gz volse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.tar.bz2 volse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.zip |
diaspora disallowed by default
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 2 |
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; |