From 1ca0d299de952c23157e8680a736c21c3ab0ac0e Mon Sep 17 00:00:00 2001 From: LC Date: Fri, 11 Nov 2022 19:30:48 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'module/gallery/gal?= =?UTF-8?q?lery.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ecriture courte d'array --- module/gallery/gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index cace6ec..fd89e4e 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -737,7 +737,7 @@ class galleriesHelper extends helper { * @return array */ public static function scanDir($dir) { - $exclu = array ("agenda", "backup", "fonts", "icones", "modules", "theme", "video"); + $exclu = ["agenda", "backup", "fonts", "icones", "modules", "theme", "video"]; $dirContent = []; $iterator = new DirectoryIterator($dir); foreach($iterator as $fileInfos) {