Due to line in

function leech_feed_taxonomy_create_vocabulary_items($node, $categories) {

this line

$category_name = strtolower($category_name['VALUE']);

should be changed to

$category_name = mb_strtolower($category_name['VALUE']);

Comments

alex_b’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)