From 91dd9883816727095efbca6cedae5f5f75ab3eea Mon Sep 17 00:00:00 2001 From: vChabot Date: Thu, 1 Mar 2012 16:49:08 +0000 Subject: [PATCH] [-] BO : BugFix : #PSTEST-934 : Employee creation : language selected is from context now git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13801 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminEmployeesController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminEmployeesController.php b/controllers/admin/AdminEmployeesController.php index 4e7d4c351..141c56439 100644 --- a/controllers/admin/AdminEmployeesController.php +++ b/controllers/admin/AdminEmployeesController.php @@ -304,6 +304,7 @@ class AdminEmployeesControllerCore extends AdminController ); $this->fields_value['passwd'] = false; + $this->fields_value['id_lang'] = $this->context->language->id; return parent::renderForm(); }