eileenmcnaughton / nz.co.fuzion.civitoken

Fuzion Token extension for CiviCRM
Other
11 stars 28 forks source link

civitoken_civicrm_tokens removes tokens from other extensions #22

Closed kainuk closed 5 years ago

kainuk commented 6 years ago

In civitoken.php the lines

      if (!in_array($key, $setting['civitoken_enabled_tokens'])) {
         unset($tokens[$category][$key]);
      }

are a bit too rigorous. It also removes tokens from other extensions.

eileenmcnaughton commented 6 years ago

ouch - open to a patch on that

mecachisenros commented 5 years ago

This seems like it's fixed.

eileenmcnaughton commented 5 years ago

oh yes -but not in a released version - I'll drop a release

eileenmcnaughton commented 5 years ago

Pretty sure this was resolved - closing