// same for attributes and attributegroups

This commit is contained in:
Rémi Gaillard
2013-05-27 18:13:13 +02:00
committed by Francois Gaillard
parent 5743696596
commit fce9a0e285
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ class AttributeGroupCore extends ObjectModel
public function delete()
{
if (!$this->hasMultishopEntries())
if (!$this->hasMultishopEntries() || Shop::getContext() == Shop::CONTEXT_ALL)
{
/* Select children in order to find linked combinations */
$attribute_ids = Db::getInstance()->executeS('