Warning count galerie inexistante

This commit is contained in:
Fred Tempez 2020-04-17 14:16:53 +02:00
parent 69e5d127cd
commit f9617a45ee
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class gallery extends common {
public static $thumbs = [];
const GALLERY_VERSION = '2.14';
const GALLERY_VERSION = '2.15';
/**
@ -148,7 +148,7 @@ class gallery extends common {
'directory' => $this->getInput('galleryConfigDirectory', helper::FILTER_STRING_SHORT, true),
'homePicture' => $homePicture,
'sort' => self::SORT_ASC,
'position' => count($this->getData(['module',$this->getUrl(0)])) + 1,
'position' => $this->getData(['module',$this->getUrl(0)]) !== null ? count($this->getData(['module',$this->getUrl(0)])) + 1 : 0,
'fullScreen' => false
],
'legend' => [],