From: Matthias Schmidt Date: Sun, 29 Sep 2019 13:52:21 +0000 (+0200) Subject: Fix wysiwyg form container for prefixed forms (2) X-Git-Tag: 5.2.0_Beta_2~26 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8beb70ff711cf550c758db5e19e948d8d25be383;p=GitHub%2FWoltLab%2FWCF.git Fix wysiwyg form container for prefixed forms (2) --- diff --git a/wcfsetup/install/files/acp/templates/__wysiwygAttachmentFormField.tpl b/wcfsetup/install/files/acp/templates/__wysiwygAttachmentFormField.tpl index 4a12ce6d37..6517d07e96 100644 --- a/wcfsetup/install/files/acp/templates/__wysiwygAttachmentFormField.tpl +++ b/wcfsetup/install/files/acp/templates/__wysiwygAttachmentFormField.tpl @@ -66,7 +66,7 @@ '{$field->getAttachmentHandler()->getTmpHashes()[0]|encodeJS}', '{@$field->getAttachmentHandler()->getParentObjectID()}', {@$field->getAttachmentHandler()->getMaxCount()}, - '{@$field->getWysiwygId()}' + '{@$field->getPrefixedWysiwygId()}' ); new WCF.Action.Delete('wcf\\data\\attachment\\AttachmentAction', '.formAttachmentList > li'); });