X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FTask%2FBatch.php;h=e0078ef21c32cd7f4f42612caa5725af3a643930;hb=8f6ae60501d5d64ddbc6269648e71247dee0ce1b;hp=b3f02b96b7592fb3a07ba2c02d9d837956c1747a;hpb=6643a63b47c9607cdc5f14a739cf7c7cfe55d726;p=civicrm-core.git diff --git a/CRM/Event/Form/Task/Batch.php b/CRM/Event/Form/Task/Batch.php index b3f02b96b7..e0078ef21c 100644 --- a/CRM/Event/Form/Task/Batch.php +++ b/CRM/Event/Form/Task/Batch.php @@ -339,6 +339,12 @@ class CRM_Event_Form_Task_Batch extends CRM_Event_Form_Task { } //end of function + /** + * @param $participantId + * @param $statusId + * + * @return Ambigous|void + */ static function updatePendingOnlineContribution($participantId, $statusId) { if (!$participantId || !$statusId) { return;