// Fix #PSFV-48

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8032 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-08-11 14:42:31 +00:00
parent 5ef6b3b0d6
commit 49468717c2
89 changed files with 149 additions and 149 deletions
+3 -3
View File
@@ -65,7 +65,7 @@ class ConfigurationCore extends ObjectModel
public function getFields()
{
parent::validateFields();
$this->validateFields();
$fields['name'] = pSQL($this->name);
$fields['id_group_shop'] = $this->id_group_shop;
$fields['id_shop'] = $this->id_shop;
@@ -84,8 +84,8 @@ class ConfigurationCore extends ObjectModel
{
if (!is_array($this->value))
return true;
parent::validateFieldsLang();
return parent::getTranslationsFields(array('value'));
$this->validateFieldsLang();
return $this->getTranslationsFields(array('value'));
}
/**