From e9a8eb19bb521dd84e8ae7fa2a82409da3067bf3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 22 Jun 2019 11:24:21 +0200 Subject: [PATCH] Update company.php --- htdocs/admin/company.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php index 9778a4aa610..2728448f031 100644 --- a/htdocs/admin/company.php +++ b/htdocs/admin/company.php @@ -75,7 +75,7 @@ if ( ($action == 'update' && ! GETPOST("cancel", 'alpha')) activateModulesRequiredByCountry($mysoc->country_code); } - $tmparray=getState(GETPOST('state_id','int'),'all',$db,$langs,0); + $tmparray=getState(GETPOST('state_id','int'), 'all', $db, $langs, 0); if (! empty($tmparray['id'])) { $mysoc->state_id =$tmparray['id'];