From 7f3927602d261aa8ba08184dde9fd2355db10118 Mon Sep 17 00:00:00 2001 From: jmCollin Date: Mon, 26 Sep 2011 16:04:15 +0000 Subject: [PATCH] // --- 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';