Skip to content
Snippets Groups Projects
Commit 80b2cd17 authored by eileen's avatar eileen
Browse files

Remove now-redundant if

This is no longer called when location_type_id is empty
parent 9afab633
Branches
Tags
No related merge requests found
......@@ -1200,9 +1200,6 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
* @return bool
*/
protected function formatLocationBlock(&$values, &$params) {
if (empty($values['location_type_id'])) {
return FALSE;
}
$blockTypes = [
'phone' => 'Phone',
'email' => 'Email',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment