The endless saga of the fight against notices continues

This commit is contained in:
Michael 2018-09-13 21:11:52 +00:00
parent 4079524f78
commit 8c00e88f79
3 changed files with 11 additions and 9 deletions

View file

@ -3496,7 +3496,7 @@ class Diaspora
$myaddr = self::myHandle($owner);
$public = (($item["private"]) ? "false" : "true");
$public = ($item["private"] ? "false" : "true");
$created = DateTimeFormat::utc($item["created"], DateTimeFormat::ATOM);