From d808c316d19c344cea349090e6dae6106d7bfb44 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 22 Dec 2019 18:51:06 +0100 Subject: [PATCH] empty line --- core/module/config/config.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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