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')) {