diff --git a/classes/helper/Helper.php b/classes/helper/Helper.php index a0802d3a4..e02ee7fc5 100755 --- a/classes/helper/Helper.php +++ b/classes/helper/Helper.php @@ -369,7 +369,7 @@ class HelperCore $html .= ''; foreach ($tree as $gID => $group_data) { - if ((!isset($context->controller->multishop_context) || $context->controller->multishop_context & Shop::CONTEXT_GROUP) && count($group_data['shops']) > 1) + if ((!isset($context->controller->multishop_context) || $context->controller->multishop_context & Shop::CONTEXT_GROUP)) $html .= ''; else $html .= '';