From: jitendrapurohit Date: Thu, 31 Mar 2016 08:58:10 +0000 (+0530) Subject: CRM-17902: fix null param in Participant.tpl X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b67c3f7870037686959f7154f8ec247f4e182011;p=civicrm-core.git CRM-17902: fix null param in Participant.tpl --- diff --git a/templates/CRM/Event/Form/Participant.tpl b/templates/CRM/Event/Form/Participant.tpl index d308c0bcf2..b9fdfda202 100644 --- a/templates/CRM/Event/Form/Participant.tpl +++ b/templates/CRM/Event/Form/Participant.tpl @@ -424,7 +424,7 @@ } {/literal} - CRM.buildCustomData( '{$customDataType}', 'null', 'null' ); + CRM.buildCustomData( '{$customDataType}', null, null ); {if $eventID} CRM.buildCustomData( '{$customDataType}', {$eventID}, {$eventNameCustomDataTypeID} ); {/if}