diff --git a/admin-dev/functions.php b/admin-dev/functions.php index 1e5188595..d19be7a7e 100644 --- a/admin-dev/functions.php +++ b/admin-dev/functions.php @@ -430,6 +430,7 @@ function generateShopList() function runAdminTab() { require_once(_PS_ADMIN_DIR_.'/init.php'); + // $cookie = Context::getContext()->cookie; if (empty($tab) and !sizeof($_POST)) { $tab = 'AdminHome';