Update fancytokens.php
This commit is contained in:
parent
6166e0b41e
commit
2cf7197082
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user