Merge pull request #2856 from colemanw/js
[civicrm-core.git] / CRM / Admin / Page / Options.php
index 79718f1f3b4dc4d684b247d297e8a23f15f3da29..7ef8bcd1abce438df5a9306fcee94216749e9424 100644 (file)
@@ -247,7 +247,6 @@ class CRM_Admin_Page_Options extends CRM_Core_Page_Basic {
         $optionValue[$key]['financial_account'] = CRM_Financial_BAO_FinancialTypeAccount::getFinancialAccount($key, 'civicrm_option_value');
       }
     }
-    $this->assign('includeWysiwygEditor', TRUE);
     $this->assign('rows', $optionValue);
   }