Skip to content
  • totten's avatar
    CRM_Mailing_ActionTokens - Degarde gracefully · 9091e034
    totten authored
    Most of the `CRM_*_Tokens` classes include a `checkActive()` function whic
    prevents them from trying to do anything if they don't have the necessary
    data.  However, this one was missing it, which means that it attempts to
    evalute `{action.*}` tokens even when they're not valid.
    9091e034