aboutsummaryrefslogtreecommitdiffstats
path: root/mod/receive.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/receive.php')
-rw-r--r--mod/receive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/receive.php b/mod/receive.php
index 6ee069365..b7d27d40f 100644
--- a/mod/receive.php
+++ b/mod/receive.php
@@ -12,7 +12,7 @@ function receive_post(&$a) {
$enabled = intval(get_config('system','diaspora_enabled'));
- if(! $enabled || defined('TRINIDAD')) {
+ if(! $enabled) {
logger('mod-diaspora: disabled');
http_status_exit(500);
}