From: Hypolite Petovan Date: Tue, 11 Apr 2017 06:12:14 +0000 (-0400) Subject: Added "braces" for @annando X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21bb47a2e5347ffade1ec17594ed0228237e832a;p=friendica.git Added "braces" for @annando --- diff --git a/include/ostatus.php b/include/ostatus.php index b8db50cd1d..3b263417a2 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -358,7 +358,7 @@ class ostatus { $item["verb"] = $xpath->query('activity:verb/text()', $entry)->item(0)->nodeValue; // Mastodon Content Warning - if ($item["verb"] == ACTIVITY_POST AND $xpath->evaluate('boolean(atom:summary)', $entry)) { + if (($item["verb"] == ACTIVITY_POST) AND $xpath->evaluate('boolean(atom:summary)', $entry)) { $clear_text = $xpath->query('atom:summary/text()', $entry)->item(0)->nodeValue; $item["body"] = html2bbcode($clear_text) . '[spoiler]' . $item["body"] . '[/spoiler]';