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",