// Small fixed
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17746 b9a71923-0436-4b27-9f14-aed3839534dd
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