From: Alexander Ebert Date: Sun, 29 Mar 2015 23:07:12 +0000 (+0200) Subject: wupload plugin was always loaded, ignoring the condition below X-Git-Tag: 2.1.3~57 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a72e04e667601aa1e6dbeaf4e8394304a2619605;p=GitHub%2FWoltLab%2FWCF.git wupload plugin was always loaded, ignoring the condition below --- 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,