CRM-21214 - Fix address sharing 2 - small change
authorDaniël <9696905+DanielvV@users.noreply.github.com>
Wed, 27 Sep 2017 10:49:07 +0000 (12:49 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2017 10:49:07 +0000 (12:49 +0200)
Jenkins: else must start on a new line

CRM/Core/BAO/Address.php

index b7b07755122109797cb1d6eff77b37181b22b8bd..2d48a9bc7740001828e7104eff0343eeddbe97a8 100644 (file)
@@ -1013,7 +1013,8 @@ SELECT is_primary,
     $skipFields = array('is_primary', 'location_type_id', 'is_billing', 'contact_id');
     if (!CRM_Utils_System::isNull($params['master_id'])) {
       self::processSharedAddressRelationship($params['master_id'], $params['contact_id']);
-    } else {
+    }
+    else {
       $skipFields[] = 'master_id';
     }
     foreach ($skipFields as $value) {