Merge pull request #14050 from eileenmcnaughton/import
[civicrm-core.git] / CRM / Core / ManagedEntities.php
index f5ee0c38cabce0fff141284064a5869aba9b488a..a3883286963a35fd7e1eef88b2c2655905ab25e3 100644 (file)
@@ -259,7 +259,8 @@ class CRM_Core_ManagedEntities {
     if ($doUpdate) {
       $defaults = [
         'id' => $dao->entity_id,
-        'is_active' => 1, // FIXME: test whether is_active is valid
+      // FIXME: test whether is_active is valid
+        'is_active' => 1,
       ];
       $params = array_merge($defaults, $todo['params']);
       $result = civicrm_api($dao->entity_type, 'create', $params);