From a720fe2611244b9e0be3895a3eb3bd6e08ec6520 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 22 Feb 2020 23:10:59 +0100 Subject: [PATCH] [9.2.22] correction d'une adresse --- 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 7f4d6857..9cd1edc1 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -221,7 +221,7 @@ class gallery extends common { } } // Tri des images par ordre alphabétique - switch ($this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'config', 'order'])) { + switch ($this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'config', 'order'])) { case 'none': break; case 'dsc':