Closed kainuk closed 5 years ago
In civitoken.php the lines
civitoken.php
if (!in_array($key, $setting['civitoken_enabled_tokens'])) { unset($tokens[$category][$key]); }
are a bit too rigorous. It also removes tokens from other extensions.
ouch - open to a patch on that
This seems like it's fixed.
oh yes -but not in a released version - I'll drop a release
Pretty sure this was resolved - closing
In
civitoken.php
the linesare a bit too rigorous. It also removes tokens from other extensions.