diaspora disallowed by default

This commit is contained in:
redmatrix
2015-06-10 18:51:39 -07:00
parent bc1b7afc85
commit b2c5020af7
3 changed files with 0 additions and 8 deletions

View File

@@ -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;