X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FTask%2FBatch.php;h=c20505cc94e4d750936b3a1708acd4fb057a3a83;hb=fedc226fd832ceb9d5d026364de3d35dcc4e18fb;hp=395feda8652fa7c75e9d4cf9f904de8d2369885c;hpb=864c6d0535520643b3257c944157b5fa7112a835;p=civicrm-core.git diff --git a/CRM/Event/Form/Task/Batch.php b/CRM/Event/Form/Task/Batch.php index 395feda865..c20505cc94 100644 --- a/CRM/Event/Form/Task/Batch.php +++ b/CRM/Event/Form/Task/Batch.php @@ -362,7 +362,7 @@ class CRM_Event_Form_Task_Batch extends CRM_Event_Form_Task { 'related_contact' => NULL, 'participant' => $params['component_id'], 'contributionRecur' => NULL, - ], ['contribution' => $contribution]); + ], $contribution); // reset template values before processing next transactions $template->clearTemplateVars();