From c28b0590c21d9b35df3bf55cf05df3f51fa0f6ee Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 22 Jul 2023 09:54:26 +0200 Subject: [PATCH] =?UTF-8?q?Update=20=C3=A9tape=203=20n'envoie=20plus=20de?= =?UTF-8?q?=20message=20texte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index 42d11f7e..4656143c 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -342,7 +342,7 @@ class install extends common // Installation $pharData->extractTo(__DIR__ . '/../../../', null, true); } catch (Exception $e) { - $success = $e->getMessage(); + $success = false; } // Nettoyage du dossier if (file_exists(self::TEMP_DIR . 'update.tar.gz')) {