Skip to content

Commit

Permalink
Merge branch 'bugfix/20224_load_tinymce' into support/2.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Jul 9, 2020
2 parents d9dff6c + 820bd7a commit 3d1ef1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ function plugin_init_formcreator() {
FORMCREATOR_ROOTDOC . '/front/formdisplay.php',
FORMCREATOR_ROOTDOC . '/front/form.form.php',
FORMCREATOR_ROOTDOC . '/front/formanswer.form.php',
FORMCREATOR_ROOTDOC . '/front/issue.form.php',
];
foreach ($pages as $page) {
if (strpos($_SERVER['REQUEST_URI'], $page) !== false) {
Expand Down

0 comments on commit 3d1ef1c

Please sign in to comment.