From a72e04e667601aa1e6dbeaf4e8394304a2619605 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 30 Mar 2015 01:07:12 +0200 Subject: [PATCH] wupload plugin was always loaded, ignoring the condition below --- com.woltlab.wcf/templates/wysiwyg.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/wysiwyg.tpl b/com.woltlab.wcf/templates/wysiwyg.tpl index 444205df99..13e4297eb2 100644 --- a/com.woltlab.wcf/templates/wysiwyg.tpl +++ b/com.woltlab.wcf/templates/wysiwyg.tpl @@ -71,7 +71,7 @@ $(function() { lang: '{@$__wcf->getLanguage()->getFixedLanguageCode()}', maxHeight: 500, minHeight: 200, - plugins: [ 'wutil', 'wmonkeypatch', 'table', 'wbutton', 'wbbcode', 'wfontcolor', 'wfontfamily', 'wfontsize', 'wupload' ], + plugins: [ 'wutil', 'wmonkeypatch', 'table', 'wbutton', 'wbbcode', 'wfontcolor', 'wfontfamily', 'wfontsize' ], removeEmpty: false, replaceDivs: false, source: true, -- 2.20.1