From 8a530b309e4cf60c70d7226f85adf22c65a463f0 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 13 Sep 2012 14:02:05 +0000 Subject: [PATCH] // Comment git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17342 b9a71923-0436-4b27-9f14-aed3839534dd --- 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'),