From 2cf719708234cf42e68db381ce7126ce7f0ee068 Mon Sep 17 00:00:00 2001 From: Sarah Poger Gladstone Date: Thu, 30 May 2019 00:25:18 -0400 Subject: [PATCH] Update fancytokens.php --- fancytokens.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fancytokens.php b/fancytokens.php index b9ee858..44d40af 100644 --- a/fancytokens.php +++ b/fancytokens.php @@ -692,7 +692,7 @@ $protocol = $isSecure ? 'https://' : 'http://'; foreach ( $contactIDs as $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 = "".$link_label.""; $values[$cid][$token_to_fill] = $tmp_webform_html;