label auto matcher: preg_quote() label

master
Andrew Dolgov 12 years ago
parent 5d5e2e3ae8
commit 227d5e4168

@ -996,7 +996,7 @@
} }
foreach ($labels as $label) { foreach ($labels as $label) {
$caption = $label["caption"]; $caption = preg_quote($label["caption"]);
if ($caption && preg_match("/\b$caption\b/i", "$tags_str " . strip_tags($entry_content) . " $entry_title")) { if ($caption && preg_match("/\b$caption\b/i", "$tags_str " . strip_tags($entry_content) . " $entry_title")) {
if (!labels_contains_caption($article_labels, $caption)) { if (!labels_contains_caption($article_labels, $caption)) {

Loading…
Cancel
Save