// Comment

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17342 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-09-13 14:02:05 +00:00
parent 08e8b1e00d
commit 8a530b309e
+1 -1
View File
@@ -1316,7 +1316,7 @@ class AdminControllerCore extends Controller
'link' => $this->context->link,
'shop_name' => Configuration::get('PS_SHOP_NAME'),
'base_url' => $this->context->shop->getBaseURL(),
'tab' => $tab,
'tab' => $tab, // Deprecated, this tab is declared in the foreach, so it's the last tab in the foreach
'current_parent_id' => (int)Tab::getCurrentParentId(),
'tabs' => $tabs,
'install_dir_exists' => file_exists(_PS_ADMIN_DIR_.'/../install'),