Skip to content

Commit 0201349

Browse files
committed
fix: fix ajax calls
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 5054165 commit 0201349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/scripts.js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
var serviceCatalogEnabled = false;
4343
var slinkyCategories;
4444
var timers = [];
45-
var formcreatorRootDoc = rootDoc + '/<?php Plugin::getWebDir('formcreator', false) ?>';
45+
var formcreatorRootDoc = rootDoc + '/<?php echo Plugin::getWebDir('formcreator', false) ?>';
4646

4747
// === COMMON ===
4848

0 commit comments

Comments
 (0)