Fixes for mailing url
authorSudha Bisht <sudha.bisht@webaccessglobal.com>
Tue, 26 May 2015 12:25:08 +0000 (17:55 +0530)
committerSudha Bisht <sudha.bisht@webaccessglobal.com>
Tue, 26 May 2015 12:25:08 +0000 (17:55 +0530)
CRM/Mailing/BAO/Mailing.php

index 6719cae641db8beacc971f6de4e47fb027742d81..df7f2835e63037cde25e0c878032d56756a8bf64 100644 (file)
@@ -1472,7 +1472,7 @@ ORDER BY   civicrm_email.is_bulkmail DESC
       if ($this->url_tracking) {
         $data = CRM_Mailing_BAO_TrackableURL::getTrackerURL($token, $this->id, $event_queue_id);
         if (!empty($html)) {
-          $data = htmlentities($data);
+          $data = htmlentities($data, ENT_NOQUOTES);
         }
       }
       else {