diff --git a/core/module/config/config.php b/core/module/config/config.php index 62d935a7..ee7ffb16 100755 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -222,8 +222,7 @@ class config extends common { $filePath = $file->getRealPath(); $relativePath = substr($filePath, strlen(realpath($directory)) + 1); $zip->addFile($filePath, $relativePath); - } - + } } $zip->close(); // Téléchargement du ZIP