Skip to content
Snippets Groups Projects
Commit d454582f authored by pratik.joshi's avatar pratik.joshi
Browse files

CRM-13226-notice-fix

parent 5e984191
No related branches found
No related tags found
No related merge requests found
......@@ -386,7 +386,7 @@ class CRM_Contact_Import_Form_MapField extends CRM_Import_Form_MapField {
}
else {
$options = NULL;
if ($hasLocationTypes[$key]) {
if (!empty($hasLocationTypes[$key])) {
$options = $this->_location_types;
}
elseif ($key == 'url') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment