// Small fixed
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user