From c0a02874f8fd218a1dcb9d41c728c44db403f07a Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 23 Jul 2023 18:41:15 +0200 Subject: [PATCH] =?UTF-8?q?g=C3=A9n=C3=A9re=20une=20erreur=20500=20=C3=A0?= =?UTF-8?q?=20l'=C3=A9tape=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/module/install/install.php b/core/module/install/install.php index 58758073..8b0ffaf8 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -329,6 +329,7 @@ class install extends common $message = json_encode('Erreur de téléchargement ou de somme de contrôle', JSON_UNESCAPED_UNICODE); if (file_exists(self::TEMP_DIR . 'update.tar.gz')) { unlink(self::TEMP_DIR . 'update.tar.gz'); + http_response_code(500); } }