From 2309720a0b702fbb08617d52446750d5af9c0aa5 Mon Sep 17 00:00:00 2001 From: jmCollin Date: Mon, 26 Sep 2011 16:04:15 +0000 Subject: [PATCH] // git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8778 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/functions.php b/admin-dev/functions.php index d19be7a7e..bd0168017 100644 --- a/admin-dev/functions.php +++ b/admin-dev/functions.php @@ -430,7 +430,7 @@ function generateShopList() function runAdminTab() { require_once(_PS_ADMIN_DIR_.'/init.php'); - // $cookie = Context::getContext()->cookie; + $cookie = Context::getContext()->cookie; if (empty($tab) and !sizeof($_POST)) { $tab = 'AdminHome';