git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7526 b9a71923-0436-4b27-9f14-aed3839534dd

This commit is contained in:
rGaillard
2011-07-06 12:54:42 +00:00
parent 0433d8b7f4
commit 6a9a0f89a3
-2
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);
}