From 79e63815e067f4c09cb9e90bb0b96c717e7302ee Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 4 Sep 2012 07:18:59 +0000 Subject: [PATCH] //added comment --- controllers/admin/AdminEmployeesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminEmployeesController.php b/controllers/admin/AdminEmployeesController.php index f1db7b095..79c4a35ac 100644 --- a/controllers/admin/AdminEmployeesController.php +++ b/controllers/admin/AdminEmployeesController.php @@ -411,7 +411,7 @@ class AdminEmployeesControllerCore extends AdminController $_GET[$key][$row['id_shop']] = 1; } } - + //if profile is super admin, manually fill checkBoxShopAsso_employee because in the form they are disabled. if ($_POST['id_profile'] == _PS_ADMIN_PROFILE_) { $result = Db::getInstance()->executeS('SELECT id_shop FROM '._DB_PREFIX_.'shop');