Add missing WysiwygFormField::$javaScriptDataHandlerModule (#3074)
authormutec <mutec@users.noreply.github.com>
Wed, 18 Sep 2019 15:36:16 +0000 (17:36 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 18 Sep 2019 15:36:16 +0000 (17:36 +0200)
Fixes #3073

wcfsetup/install/files/lib/system/form/builder/field/wysiwyg/WysiwygFormField.class.php

index cb7b0efe5c9553719f58bad2bea752a870be02bf..945f46136baad0357731301796f3c8613fccecc7 100644 (file)
@@ -75,6 +75,11 @@ class WysiwygFormField extends AbstractFormField implements IMaximumLengthFormFi
         */
        protected $supportQuotes = false;
        
+       /**
+        * @inheritDoc
+        */
+       protected $javaScriptDataHandlerModule = 'WoltLabSuite/Core/Form/Builder/Field/Value';
+       
        /**
         * @inheritDoc
         */