Index: branches/5.3.x/core/units/helpers/country_states_helper.php =================================================================== diff -u -N -r16195 -r16391 --- branches/5.3.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16195) +++ branches/5.3.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16391) @@ -1,6 +1,6 @@ GetDBField($country_field); if ( !$country_iso ) { - return; - } + return; + } $field_options = $object->GetFieldOptions($state_field); $field_options['options'] = $this->getStates($country_iso);