Skip to content

Commit

Permalink
fix(formanswer): view of textarea with rich text
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jun 19, 2020
1 parent 8b78913 commit c175396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ function plugin_init_formcreator() {
$pages = [
"plugins/formcreator/front/targetticket.form.php",
"plugins/formcreator/front/formdisplay.php",
"plugins/formcreator/front/form.form.php"
"plugins/formcreator/front/form.form.php",
"plugins/formcreator/front/formanswer.form.php",
];
foreach ($pages as $page) {
if (strpos($_SERVER['REQUEST_URI'], $page) !== false) {
Expand Down

0 comments on commit c175396

Please sign in to comment.