From de6c6cacce541add7cd5d6ffb41d52f955ce46b9 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 13 Sep 2012 14:02:05 +0000 Subject: [PATCH] // Comment --- classes/controller/AdminController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php index 9c961e3ea..feb5f5e9d 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -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'),