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