X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FRecurringEntity.php;h=188e654c71b5804a3b2297ce4d2a14a61c9a16bf;hb=867308b9118fa03058555e3bae6e67c9f3ddccd9;hp=e77ade4096ee2613855f5faddc267522affdb64e;hpb=412f2d1627d0a075f872064df40968b7adfcf51f;p=civicrm-core.git diff --git a/api/v3/RecurringEntity.php b/api/v3/RecurringEntity.php index e77ade4096..188e654c71 100644 --- a/api/v3/RecurringEntity.php +++ b/api/v3/RecurringEntity.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2017 | + | Copyright CiviCRM LLC (c) 2004-2020 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -52,10 +52,10 @@ function civicrm_api3_recurring_entity_get($params) { * Array of parameters determined by getfields. */ function _civicrm_api3_recurring_entity_get_spec(&$params) { - $params['entity_table']['options'] = array( + $params['entity_table']['options'] = [ 'civicrm_event' => 'civicrm_event', 'civicrm_activity' => 'civicrm_activity', - ); + ]; } /** @@ -78,10 +78,10 @@ function civicrm_api3_recurring_entity_create($params) { * Array of parameters determined by getfields. */ function _civicrm_api3_recurring_entity_create_spec(&$params) { - $params['entity_table']['options'] = array( + $params['entity_table']['options'] = [ 'civicrm_event' => 'civicrm_event', 'civicrm_activity' => 'civicrm_activity', - ); + ]; $params['entity_table']['api.required'] = 1; }