1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 09:01:29 +00:00

mb_strtolower BLACKLISTED_TAGS before processing

This commit is contained in:
Andrew Dolgov
2007-05-17 08:47:48 +01:00
parent 8fc70781f8
commit 11c9ea1fc0

View File

@@ -875,8 +875,8 @@
}
}
$boring_tags = trim_array(split(",", get_pref($link,
'BLACKLISTED_TAGS', $owner_uid, '')));
$boring_tags = trim_array(split(",", mb_strtolower(get_pref($link,
'BLACKLISTED_TAGS', $owner_uid, ''), 'utf-8')));
if ($additional_tags && is_array($additional_tags)) {
foreach ($additional_tags as $tag) {