From 351a76b661df2b72b88755666afae6c5b014c53d 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() --- 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;