initial trinidad checkin

This commit is contained in:
friendica
2014-12-29 23:48:04 -08:00
parent 50943f439c
commit 5cfe051139
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ function receive_post(&$a) {
$enabled = intval(get_config('system','diaspora_enabled'));
if(! $enabled) {
if(! $enabled || defined('TRINIDAD')) {
logger('mod-diaspora: disabled');
http_status_exit(500);
}