update to new tag style

This commit is contained in:
friendica 2013-06-26 04:10:58 -07:00
parent 432ba19d1b
commit 3596e1d594
2 changed files with 1 additions and 1 deletions

BIN
nsfw.tgz

Binary file not shown.

View File

@ -144,7 +144,7 @@ function nsfw_prepare_body(&$a,&$b) {
$found = true; $found = true;
break; break;
} }
if(stristr($b['item']['tag'], ']' . $word . '[' )) { if(stristr($b['item']['tags'], '>' . $word . '<' )) {
$found = true; $found = true;
break; break;
} }