diff options
Diffstat (limited to 'mod/settings.php')
-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; |