From 623b5d03955da74aaf0a4ba538e74db297679080 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 24 Oct 2019 14:38:54 +0200 Subject: [PATCH] =?UTF-8?q?[10.0.51.dev]=20petites=20corrections=20de=20li?= =?UTF-8?q?bell=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- core/module/config/config.php | 2 +- core/module/theme/view/menu/menu.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 7e4aae20..b4b1c610 100644 --- a/core/core.php +++ b/core/core.php @@ -31,7 +31,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.50.dev'; + const ZWII_VERSION = '10.0.51.dev'; public static $actions = []; public static $coreModuleIds = [ diff --git a/core/module/config/config.php b/core/module/config/config.php index fbd5e2ee..352f5c80 100755 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -300,7 +300,7 @@ class config extends common { $this->getInput('configManageImportUser', helper::FILTER_BOOLEAN) === true ) { $users = $this->getData(['user']); } else { - // V9 on transmets l'option à la fonction importData + // V9 on transmets l'option à la fonction importData appelée par core $_POST['configManageImportUser'] = $this->getInput('configManageImportUser', helper::FILTER_BOOLEAN); } // Extraire le zip diff --git a/core/module/theme/view/menu/menu.php b/core/module/theme/view/menu/menu.php index 2a42d689..b111e3b5 100755 --- a/core/module/theme/view/menu/menu.php +++ b/core/module/theme/view/menu/menu.php @@ -44,7 +44,7 @@ ]); ?> $this->getData(['theme', 'menu', 'burgerTitle']), - 'help' => 'Le menu burger remplace le menu complet lorsque la largeur de l\'écran n\est pas suffisante.' + 'help' => 'Le menu burger remplace le menu complet lorsque la largeur de l\'écran n\'est pas suffisante.' ]); ?>