]> git.mxchange.org Git - friendica-addons.git/blobdiff - nsfw/nsfw.php
package update
[friendica-addons.git] / nsfw / nsfw.php
index 96e1a9bf8fcc312b396968e3cc106bb857abc720..08e19195ce95a8ea4088d33eaf81e8048650b8b3 100755 (executable)
@@ -126,7 +126,7 @@ function nsfw_prepare_body(&$a,&$b) {
        $found = false;
        if(count($arr)) {
 
-               $body = nsfw_extract_photos($b['html']);
+               $body = $b['item']['title'] . "\n" . nsfw_extract_photos($b['html']);
 
                foreach($arr as $word) {
                        $word = trim($word);