Ensure tags fields are assigned to tpl for email form test
[civicrm-core.git] / CRM / Core / Form / Tag.php
index ef8c89df4e5039c4d6f6a5c4e084e8bda43525a8..ba4c6cadbff8cc9b944a7de31b500b1177f28bca 100644 (file)
@@ -86,6 +86,7 @@ class CRM_Core_Form_Tag {
       }
     }
 
+    $form->addExpectedSmartyVariable('tagsetInfo');
     if (!empty($tagset)) {
       // assign current tagsets which is used in postProcess
       $form->_tagsetInfo = $tagset;