1
0
Fork 0

Makes Diaspora working again

This commit is contained in:
Michael 2018-07-20 05:10:16 +00:00
commit 9a6a3bf1c1
3 changed files with 17 additions and 17 deletions

View file

@ -25,7 +25,7 @@ function receive_post(App $a)
if (($a->argc == 2) && ($a->argv[1] === 'public')) {
$public = true;
$importer = false;
$importer = [];
} else {
$public = false;