diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 8a39cc64..6c5ba97c 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -299,7 +299,7 @@ class gallery extends common { template::text('legend[' . $fileInfos->getFilename() . ']', [ 'value' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'legend', str_replace('.','',$fileInfos->getFilename())]) ]), - '' + '' ]; self::$picturesId [] = str_replace('.','',$fileInfos->getFilename()); }