diff --git a/copy_this/modules/bla/bla-tinymce/core/blatinymceoxviewconfig.php b/copy_this/modules/bla/bla-tinymce/core/blatinymceoxviewconfig.php index 664a74a..3e057d3 100644 --- a/copy_this/modules/bla/bla-tinymce/core/blatinymceoxviewconfig.php +++ b/copy_this/modules/bla/bla-tinymce/core/blatinymceoxviewconfig.php @@ -110,7 +110,7 @@ class blaTinyMceOxViewConfig extends blaTinyMceOxViewConfig_parent "fullscreen" => "fullscreen", "preview" => "preview" ); - if ($this->getActiveClassName()=="newsletter_main") $aPlugins[] = "legacyoutput"; + if ($this->getActiveClassName()=="newsletter_main") $aPlugins["legacyoutput"] = false; // plugin override if($aOverride = $cfg->getConfigParam("aTinyMCE_plugins_override"))