Update fancytokens.php

This commit is contained in:
Sarah Poger Gladstone 2019-05-30 00:25:18 -04:00 committed by GitHub
parent 6166e0b41e
commit 2cf7197082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -692,7 +692,7 @@ $protocol = $isSecure ? 'https://' : 'http://';
foreach ( $contactIDs as $cid ) { foreach ( $contactIDs as $cid ) {
$tmp_checksum = CRM_Contact_BAO_Contact_Utils::generateChecksum($cid); $tmp_checksum = CRM_Contact_BAO_Contact_Utils::generateChecksum($cid);
$full_webform_link = $partial_webform_link_url."?"."cs=".$tmp_checksum."&cid=".$cid; $full_webform_link = $partial_webform_link_url."cs=".$tmp_checksum."&cid=".$cid;
$tmp_webform_html = "<a href='".$full_webform_link."'>".$link_label."</a>"; $tmp_webform_html = "<a href='".$full_webform_link."'>".$link_label."</a>";
$values[$cid][$token_to_fill] = $tmp_webform_html; $values[$cid][$token_to_fill] = $tmp_webform_html;