From 8beb70ff711cf550c758db5e19e948d8d25be383 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 29 Sep 2019 15:52:21 +0200 Subject: [PATCH] Fix wysiwyg form container for prefixed forms (2) --- .../files/acp/templates/__wysiwygAttachmentFormField.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }); -- 2.20.1