From cbfecf29b0bdeca362861404190de08f26057206 Mon Sep 17 00:00:00 2001 From: Franky Van Liedekerke Date: Fri, 2 Sep 2016 21:07:15 +0200 Subject: [PATCH] and another strict style fix --- CRM/Custom/Import/Parser/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Custom/Import/Parser/Api.php b/CRM/Custom/Import/Parser/Api.php index 9f2000921d..975e6929d8 100644 --- a/CRM/Custom/Import/Parser/Api.php +++ b/CRM/Custom/Import/Parser/Api.php @@ -170,7 +170,7 @@ class CRM_Custom_Import_Parser_Api extends CRM_Custom_Import_Parser { $checkCid->external_identifier = $this->_params['external_identifier']; $checkCid->find(TRUE); $formatted['id'] = $checkCid->id; - } + } else { $formatted['id'] = $this->_params['contact_id']; } -- 2.25.1