From: Andrew Dolgov Date: Thu, 17 May 2007 07:47:48 +0000 (+0100) Subject: mb_strtolower BLACKLISTED_TAGS before processing X-Git-Tag: schema_freeze_for_1.2.11~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=11c9ea1fc0948593974f7caf9eb110f4d60cceab;p=tt-rss.git mb_strtolower BLACKLISTED_TAGS before processing --- diff --git a/functions.php b/functions.php index 3087b9b6..f6e3cdac 100644 --- a/functions.php +++ b/functions.php @@ -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) {