// little fix when add category

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14196 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-03-15 13:54:35 +00:00
parent 3e79dbb050
commit 695cff5a56
+1 -1
View File
@@ -1102,7 +1102,7 @@ class CategoryCore extends ObjectModel
if ($list && !empty($list))
$this->addGroups($list);
else
$this->addGroups(array(Configuration::get('PS_CUSTOMER_GROUP')));
$this->addGroups(array(Configuration::get('PS_UNIDENTIFIED_GROUP'), Configuration::get('PS_GUEST_GROUP'), Configuration::get('PS_CUSTOMER_GROUP')));
}
public static function setNewGroupForHome($id_group)