// Fix displaying name of shop

This commit is contained in:
rGaillard
2011-11-23 09:35:30 +00:00
parent d0a68c7b45
commit 7bb50bbea3
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1239,6 +1239,8 @@ class AdminControllerCore extends Controller
'quick_access' => $quick_access,
'multi_shop' => Shop::isFeatureActive(),
'shop_list' => (Shop::isFeatureActive() ? generateShopList() : null), //@TODO refacto
'shop' => $this->context->shop,
'group_shop' => $this->context->shop->getGroup(),
'tab' => $tab,
'current_parent_id' => (int)Tab::getCurrentParentId(),
'tabs' => $tabs,