// Small fixed

This commit is contained in:
lLefevre
2012-10-04 09:20:57 +00:00
parent cb469fa2c6
commit 6fdff5f10d
@@ -562,7 +562,7 @@ class AdminTranslationsControllerCore extends AdminController
if (isset($tab->class_name) && !empty($tab->class_name))
{
$id_lang = Language::getIdByIso($iso_code);
$tab->name[(int)$id_lang] = pSQL(utf8_encode($translations));
$tab->name[(int)$id_lang] = pSQL($translations);
// Update this tab
$tab->update();