From 80cb7a114d48604d7eaafd385b26fa4967675a54 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 1 Jun 2020 08:19:34 +0200 Subject: [PATCH] =?UTF-8?q?10.2=20RAZ=20auto=20update=20en=20d=C3=A9but=20?= =?UTF-8?q?de=20script=20en=20cas=20d'=C3=A9chec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index 55083c70..0f9d3303 100755 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -127,6 +127,8 @@ class install extends common { // Préparation case 1: $success = true; + // RAZ la mise à jour auto + $this->setData(['core','updateAvailable', false]); // Backup du dossier Data helper::autoBackup(self::BACKUP_DIR,['backup','tmp','file']); // Nettoyage des fichiers d'installation précédents @@ -208,8 +210,6 @@ class install extends common { FILE_APPEND ) !== false); } - // RAZ la mise à jour auto - $this->setData(['core','updateAvailable', false]); // Valeurs en sortie $this->addOutput([ 'display' => self::DISPLAY_JSON,