We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b22300 commit 6826ea8Copy full SHA for 6826ea8
setup.php
@@ -424,7 +424,7 @@ function plugin_formcreator_redirect() {
424
}
425
426
if (strpos($_SERVER['REQUEST_URI'], "front/ticket.form.php") !== false) {
427
- if (!isset($_POST['update'])) {
+ if (!isset($_POST['update']) && plugin_formcreator_replaceHelpdesk() ) {
428
$decodedUrl = [];
429
$openItilFollowup = '';
430
if (isset($_GET['_openfollowup'])) {
0 commit comments