// little fix when add category

This commit is contained in:
vChabot
2012-03-15 13:54:35 +00:00
parent 381d517861
commit e94fb27c2c
+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)