From 5a56ca9c8ba45dfd8ce85753a61d8ce9a221776d Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 4 Sep 2012 07:18:59 +0000 Subject: [PATCH] //added comment git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17155 b9a71923-0436-4b27-9f14-aed3839534dd --- 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');