From b68936db228e7720ad551d312d880db42f26497e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Tue, 28 Jan 2025 16:57:07 +0100 Subject: [PATCH] correctif --- core/module/install/install.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/module/install/install.php b/core/module/install/install.php index f932068e..f3d3f386 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -429,10 +429,13 @@ class install extends common } } + // Pas de maintenance permanente, on désactive la maintenance /** * La présence du marqueur de maintenance .maintenance indique une maintenance permanente */ + $this->setData(['config', 'maintenance', file_exists(self::DATA_DIR . '.maintenance')]); + // Dans tous les cas supprimer le drapeau de maintenance if (file_exists(self::DATA_DIR . '.maintenance')) { unlink(self::DATA_DIR . '.maintenance');