CRM_Mailing_ActionTokens - Degarde gracefully
authorTim Otten <totten@civicrm.org>
Wed, 22 Feb 2017 18:04:34 +0000 (10:04 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 23 Feb 2017 05:07:02 +0000 (22:07 -0700)
commit9091e034fdccd2bd8e84b74cb217698bb8bb812b
treeabaeb2b57d6446e2b492af910f3b64cab127447a
parent7927bd07d9d6bb32a27e70d7ac3b20975b981354
CRM_Mailing_ActionTokens - Degarde gracefully

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.
CRM/Mailing/ActionTokens.php