From 187db96329c1e77064bfd19f30e46d85cb26e5d9 Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 21 May 2012 16:52:07 +0000 Subject: [PATCH] // Groups with only 1 shop are not disabled anymore in multishop toolbar --- classes/helper/Helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '';