// Fix displaying name of shop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10500 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2011-11-23 09:35:30 +00:00
parent 4427b9a377
commit 335d5cf93d
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,