From 36601b46b1887c0d305fa1056e30a5873d4a4a8a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 7 Mar 2014 16:55:05 -0500 Subject: [PATCH] SurveyType - fix wysiwyg in popups --- CRM/Campaign/Page/SurveyType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Campaign/Page/SurveyType.php b/CRM/Campaign/Page/SurveyType.php index 37174e2c67..5bce5088bd 100644 --- a/CRM/Campaign/Page/SurveyType.php +++ b/CRM/Campaign/Page/SurveyType.php @@ -156,6 +156,7 @@ class CRM_Campaign_Page_SurveyType extends CRM_Core_Page_Basic { */ function browse() { CRM_Core_Resources::singleton()->addScriptFile('civicrm', 'js/crm.livePage.js'); + $this->assign('includeWysiwygEditor', TRUE); $campaingCompId = CRM_Core_Component::getComponentID('CiviCampaign'); $groupParams = array('name' => $this->_gName); -- 2.25.1