From db8e37f4b2566ae3ace5efcbe27dcd99c18dead2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Tue, 5 Feb 2019 14:28:09 +0100 Subject: [PATCH] Fix bogus prefix See #2825 --- wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js index 41589e2861..fa1dac2665 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js @@ -381,7 +381,7 @@ define(['AjaxRequest', 'Core', 'Dom/ChangeListener', 'Language', 'Dom/Util', 'Do } }; - appendFormData(this._getParameters(), '[parameters]'); + appendFormData(this._getParameters(), 'parameters'); appendFormData(this._getFormData()); var request = new AjaxRequest({ -- 2.20.1