[SearchEngine] Integrate unicode service provider

This commit is contained in:
Romain Neutron
2012-10-30 14:11:51 +01:00
parent eec1fe1cf1
commit 95dff0e3c7
6 changed files with 10 additions and 21 deletions

View File

@@ -713,8 +713,6 @@ class set_export extends set_abstract
random::updateToken($app, $token, serialize($list));
$unicode = new \unicode();
$toRemove = array();
foreach ($files as $record) {
@@ -727,7 +725,7 @@ class set_export extends set_abstract
. $obj["ajout"]
. '.' . $obj["exportExt"];
$name = $unicode->remove_diacritics($name);
$name = $app['unicode']->remove_diacritics($name);
$zip->addFile($path, $name);