Skip to content

Commit c175396

Browse files
committed
fix(formanswer): view of textarea with rich text
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 8b78913 commit c175396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ function plugin_init_formcreator() {
245245
$pages = [
246246
"plugins/formcreator/front/targetticket.form.php",
247247
"plugins/formcreator/front/formdisplay.php",
248-
"plugins/formcreator/front/form.form.php"
248+
"plugins/formcreator/front/form.form.php",
249+
"plugins/formcreator/front/formanswer.form.php",
249250
];
250251
foreach ($pages as $page) {
251252
if (strpos($_SERVER['REQUEST_URI'], $page) !== false) {

0 commit comments

Comments
 (0)