]> git.mxchange.org Git - friendica.git/commitdiff
Remove commented code
authorMichael <heluecht@pirati.ca>
Wed, 14 Mar 2018 22:31:52 +0000 (22:31 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 14 Mar 2018 22:31:52 +0000 (22:31 +0000)
src/Protocol/OStatus.php

index eb8474ba2bdcf42db4a64d34d610a2cd906544cd..26909102f78e7230bd36c7c9db2e268b2c41230d 100644 (file)
@@ -662,7 +662,6 @@ class OStatus
                        $clear_text = $xpath->query('atom:summary/text()', $entry)->item(0)->nodeValue;
                        if (!empty($clear_text)) {
                                $item['content-warning'] = html2bbcode($clear_text);
-                               //$item["body"] = html2bbcode($clear_text) . '[spoiler]' . $item["body"] . '[/spoiler]';
                        }
                }