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'];