X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingEventQueue.php;h=87e9b2ba9bc7b390bfea904725b16a298a0ae232;hb=3e46951c9b58ae37787351fb840bd396457b2d80;hp=becbf4f6dfe4662dde229d3a12990049b909b86d;hpb=5e27028609a22fb01370d7ed1d7a9290ff27918f;p=civicrm-core.git diff --git a/api/v3/MailingEventQueue.php b/api/v3/MailingEventQueue.php index becbf4f6df..87e9b2ba9b 100644 --- a/api/v3/MailingEventQueue.php +++ b/api/v3/MailingEventQueue.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2017 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -47,7 +47,7 @@ function civicrm_api3_mailing_event_queue_create($params) { } civicrm_api3_verify_mandatory($params, 'CRM_Mailing_DAO_MailingJob', - array('job_id', 'contact_id'), + ['job_id', 'contact_id'], FALSE ); return _civicrm_api3_basic_create('CRM_Mailing_Event_BAO_Queue', $params, 'Queue');