From bb6d41b106ce2c6a8ebae7ccc6722735998603b1 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 12 May 2020 18:27:28 +0200 Subject: [PATCH] =?UTF-8?q?092=20d=C3=A9sactiver=20le=20bouton=20autoupdat?= =?UTF-8?q?e=20si=20indispo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/config/view/index/index.php | 3 ++- core/vendor/filemanager/config/config.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index c892849f..f8004598 100755 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -142,7 +142,8 @@
$this->getData(['config', 'autoUpdate']), - 'help' => 'Vérifie une fois par jour l\'existence d\'une mise à jour.' + 'help' => 'Vérifie une fois par jour l\'existence d\'une mise à jour.', + 'disabled' => !$error ]); ?>
diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index 119a3590..ed1453c1 100755 --- a/core/vendor/filemanager/config/config.php +++ b/core/vendor/filemanager/config/config.php @@ -6,7 +6,7 @@ mb_internal_encoding('UTF-8'); mb_http_output('UTF-8'); mb_http_input('UTF-8'); mb_language('uni'); -mb_regex_encoding('UTF-8'); +mb_regex_encoding('UTF-8'); // A commenter chez Free ob_start('mb_output_handler'); date_default_timezone_set('Europe/Paris'); setlocale(LC_CTYPE, 'fr_FR'); //correct transliteration