Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-03-12 12:26:21 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2013-03-12 12:26:21 +0400
commiteedbebd40e1ea887fe1e42472570647e290bb96a (patch)
treefea038496c9f9ca607a7e5041e1161c3e960f790 /lib/files/mapper.php
parent06992fec6d3d014060f8c4f4a5a75bb759d6c86e (diff)
adding //IGNORE to iconv to prevent nasty php warnings
Diffstat (limited to 'lib/files/mapper.php')
-rw-r--r--lib/files/mapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/mapper.php b/lib/files/mapper.php
index 418ef354f9c..d65726d68de 100644
--- a/lib/files/mapper.php
+++ b/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