X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FDiaspora.php;h=e7edcdc490a9363d693d502bec5d29df73006af1;hb=5310d54c130d0fabd952250b5fd924b567578c6d;hp=11a0e5996e983e8a31bb77cd45a8259149419a96;hpb=fb5b6e4a1409a2f8de0b393fea184a2894fd2e0e;p=friendica.git diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 11a0e5996e..e7edcdc490 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -3492,7 +3492,7 @@ class Diaspora $myaddr = self::myHandle($owner); - $public = (($item["private"]) ? "false" : "true"); + $public = ($item["private"] ? "false" : "true"); $created = DateTimeFormat::utc($item["created"], DateTimeFormat::ATOM);