From 828a30083d9ee3080c7c104eb273b5a7ace27d32 Mon Sep 17 00:00:00 2001 From: Marat Bedoev Date: Tue, 2 Sep 2014 14:31:48 +0200 Subject: [PATCH] newsletter fix --- .../modules/bla/bla-tinymce/core/blatinymceoxviewconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))