From 2c4f78fbfbbd96d61aa2e5d4d0ece7a897d94ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 8 Oct 2022 08:14:14 +0200 Subject: [PATCH] Slash manquant --- core/module/install/view/update/update.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/install/view/update/update.js.php b/core/module/install/view/update/update.js.php index 2a0ee33e..0252e321 100644 --- a/core/module/install/view/update/update.js.php +++ b/core/module/install/view/update/update.js.php @@ -1,5 +1,5 @@ function step(i, data) { - var errors = ["", "", "", ""]; + var errors = ["", "", "", ""]; $(".installUpdateProgressText").hide(), $(".installUpdateProgressText[data-id=" + i + "]").show(), $.ajax({ type: "POST", url: "?install/steps",