Skip to content

Commit ddbb909

Browse files
committed
fix smileys wurden auch angezeigt wenn das Modul deaktiviert war
1 parent 0a40ab5 commit ddbb909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/lib/acp/form/FaqQuestionAddForm.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ protected function createForm()
113113
->label('wcf.acp.faq.question.answer')
114114
->messageObjectType('dev.tkirch.wsc.faq.question')
115115
->attachmentData('dev.tkirch.wsc.faq.question')
116+
->supportSmilies(true)
116117
->required(),
117118
]);
118119
}
@@ -139,8 +140,8 @@ protected function createForm()
139140
: WysiwygFormContainer::create('answer')
140141
->label('wcf.acp.faq.question.answer')
141142
->messageObjectType('dev.tkirch.wsc.faq.question')
142-
// ->messageLanguageItemPattern('wcf.faq.question.answer\d+')
143143
->attachmentData('dev.tkirch.wsc.faq.question')
144+
->supportSmilies(true)
144145
->required()
145146
),
146147
FormContainer::create('position')

0 commit comments

Comments
 (0)