X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FForm%2FRecurringEntity.php;h=e8796ba916351f55529e7a22c865308de3cae8f8;hb=cc58f6c5756ba74b4a914e21bb011332d5d79c80;hp=85f53b22e23dbac4220d64f6d26aa34db286bf47;hpb=594eddc519b33992b5f046fa91627c87966e2527;p=civicrm-core.git diff --git a/CRM/Core/Form/RecurringEntity.php b/CRM/Core/Form/RecurringEntity.php index 85f53b22e2..e8796ba916 100644 --- a/CRM/Core/Form/RecurringEntity.php +++ b/CRM/Core/Form/RecurringEntity.php @@ -1,27 +1,11 @@ entity_value) { + if (!empty($params['exclude_date_list']) && !empty($params['parent_entity_id']) && $actionScheduleObj->entity_value) { //Since we get comma separated values lets get them in array $excludeDates = explode(",", $params['exclude_date_list']);