mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 08:29:15 +00:00
label auto matcher: preg_quote() label
This commit is contained in:
@@ -996,7 +996,7 @@
|
||||
}
|
||||
|
||||
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 (!labels_contains_caption($article_labels, $caption)) {
|
||||
|
||||
Reference in New Issue
Block a user