// Fix #PSFV-48

This commit is contained in:
rMalie
2011-08-11 14:42:31 +00:00
parent 9df1d7637a
commit 0b28aa8f72
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'));
}
/**