From 2a1de3f012d380f2e1d43244aa42c3a0119e8704 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 10 Oct 2011 16:12:58 +0000 Subject: [PATCH] [*] BO : Rights verification for multi-shop : delete info() git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9200 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Employee.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/classes/Employee.php b/classes/Employee.php index 9c49e59c4..b12798e21 100644 --- a/classes/Employee.php +++ b/classes/Employee.php @@ -248,7 +248,6 @@ class EmployeeCore extends ObjectModel switch ($type = $context->shop->getContextType()) { case 1: - info('context shop'); if ($context->shop->checkIfShopExist($context->shop->id)) { if (!in_array($context->shop->id, self::getEmployeeShopById($id_employee))) @@ -259,7 +258,6 @@ class EmployeeCore extends ObjectModel break; case 2: - info('context group'); if ($context->shop->checkIfGroupShopExist($context->shop->getGroupID())) { $shops = $context->shop->getIdShopsByIdGroupShop($context->shop->getGroupID()); @@ -272,7 +270,6 @@ class EmployeeCore extends ObjectModel break; case 3: - info('context all'); if ($context->employee->id_profile == _PS_ADMIN_PROFILE_ || $context->shop->getTotalShopsWhoExists() == self::getTotalEmployeeShopById($id_employee)) return true;