adding //IGNORE to iconv to prevent nasty php warnings

remotes/origin/stable6
Thomas Mueller 12 years ago
parent 06992fec6d
commit eedbebd40e
  1. 2
      lib/files/mapper.php

@ -210,7 +210,7 @@ class Mapper
// transliterate
if (function_exists('iconv')) {
$text = iconv('utf-8', 'us-ascii//TRANSLIT', $text);
$text = iconv('utf-8', 'us-ascii//TRANSLIT//IGNORE', $text);
}
// lowercase

Loading…
Cancel
Save