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';