This commit is contained in:
rGaillard
2011-07-06 12:54:42 +00:00
parent ebfae73353
commit 4ab4e9fb69

View File

@@ -156,8 +156,6 @@ abstract class ObjectModelCore
{
if (!is_array($this->{$key}))
$this->{$key} = array();
if ($this->langMultiShop AND $id_shop)
$this->{$key}[$row['id_shop']][$row['id_lang']] = stripslashes($value);
else
$this->{$key}[$row['id_lang']] = stripslashes($value);
}