mb_strtolower BLACKLISTED_TAGS before processing
This commit is contained in:
parent
8fc70781f8
commit
11c9ea1fc0
|
@ -875,8 +875,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$boring_tags = trim_array(split(",", get_pref($link,
|
$boring_tags = trim_array(split(",", mb_strtolower(get_pref($link,
|
||||||
'BLACKLISTED_TAGS', $owner_uid, '')));
|
'BLACKLISTED_TAGS', $owner_uid, ''), 'utf-8')));
|
||||||
|
|
||||||
if ($additional_tags && is_array($additional_tags)) {
|
if ($additional_tags && is_array($additional_tags)) {
|
||||||
foreach ($additional_tags as $tag) {
|
foreach ($additional_tags as $tag) {
|
||||||
|
|
Loading…
Reference in New Issue