]> git.mxchange.org Git - friendica-addons.git/commitdiff
update to new tag style
authorfriendica <info@friendica.com>
Wed, 26 Jun 2013 11:10:58 +0000 (04:10 -0700)
committerfriendica <info@friendica.com>
Wed, 26 Jun 2013 11:10:58 +0000 (04:10 -0700)
nsfw.tgz
nsfw/nsfw.php

index e46d050623ae288bc9254580fab1ac522bd9079d..da2890e23a4b2bf17285d3c637ed3a31bda439fa 100755 (executable)
Binary files a/nsfw.tgz and b/nsfw.tgz differ
index 08e19195ce95a8ea4088d33eaf81e8048650b8b3..9a40416db24863ec62d2d41d797b0b3cfa443e10 100755 (executable)
@@ -144,7 +144,7 @@ function nsfw_prepare_body(&$a,&$b) {
                                        $found = true;
                                        break;
                                }
-                               if(stristr($b['item']['tag'], ']' . $word . '[' )) {
+                               if(stristr($b['item']['tags'], '>' . $word . '<' )) {
                                        $found = true;
                                        break;
                                }