Skip to content

Commit

Permalink
fixed civilint error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcandrew committed May 21, 2018
1 parent 0eb2bbd commit 2bc9bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Admin/Form/Preferences/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function postProcess() {
}

// check that locale supports address parsing
if(
if (
CRM_Utils_Array::value($addressOptions['Street Address Parsing'], $this->_params['address_options']) &&
!CRM_Core_BAO_Address::isSupportedParsingLocale()
) {
Expand Down

0 comments on commit 2bc9bf1

Please sign in to comment.