X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FRecurringEntity.php;h=076a0efc3087d02ac24e27a67d7e293b931ae2d6;hb=ad1692320e41ca1e584abe360329139fbb9e2580;hp=eba9879c6bf477f41932245c0136c37c0a745ad4;hpb=2399ff35dc5188431904b55fcd68c6e97c27c987;p=civicrm-core.git diff --git a/api/v3/RecurringEntity.php b/api/v3/RecurringEntity.php index eba9879c6b..076a0efc30 100644 --- a/api/v3/RecurringEntity.php +++ b/api/v3/RecurringEntity.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -82,6 +82,7 @@ function _civicrm_api3_recurring_entity_create_spec(&$params) { 'civicrm_event' => 'civicrm_event', 'civicrm_activity' => 'civicrm_activity', ); + $params['entity_table']['api.required'] = 1; } /**