diff --git a/core/module/install/view/update/update.js.php b/core/module/install/view/update/update.js.php index eb8f4b56..025a5b0b 100644 --- a/core/module/install/view/update/update.js.php +++ b/core/module/install/view/update/update.js.php @@ -30,7 +30,7 @@ function step(i, data) { }, error: function (xhr) { // Appel de la fonction de gestion d'erreur - showError(1, xhr.responseText, errors); + showError(i, xhr.responseText, errors); } }); }