// Comment

This commit is contained in:
dMetzger
2012-09-13 14:02:05 +00:00
parent 4c3c7ca80a
commit de6c6cacce
+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'),