diff --git a/core/module/config/tool/autobackup.php b/core/module/config/tool/autobackup.php index 3876fed..e6bcfb6 100644 --- a/core/module/config/tool/autobackup.php +++ b/core/module/config/tool/autobackup.php @@ -27,7 +27,8 @@ if (isset($_GET['key'])) { // Tableau de correspondance entre les valeurs de "filter" et les répertoires à inclure $filterDirectories = [ 'file' => ['backup', 'tmp', 'file'], - 'data' => ['backup', 'tmp', 'data'] + 'data' => ['backup', 'tmp', 'data'], + 'i18n' => ['backup', 'tmp', 'i18n'], ]; // Vérification et traitement du paramètre "filter" en GET