git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7526 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user