Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-12396

tokens in html not transformed

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.3.0
    • Fix Version/s: 4.3.2
    • Component/s: CiviMail
    • Labels:
      None

      Description

      I noticed the subcription link in the confirmation message was not transformed in the html message. The link in plain text did work.
      It seems this issue has occured earlier (http://forum.civicrm.org/index.php/topic,25187.0.html), but to me it was new after the upgrade to 4.3.
      I removed the space in line 158
      return preg_match("/(^|[^\{]) $token/", $str);
      > return preg_match("/(^|[^\{])$token/", $str);
      and it works now.

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              yichalal Stijn Vanhandsaeme
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: