From: vincent@cubedesigners.com Date: Mon, 23 Apr 2018 13:49:01 +0000 (+0000) Subject: #2027 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5fd0926b67b0a55bfe7971f1c6b909ad85da0f91;p=cubeextranet.git #2027 --- diff --git a/inc/ws/Util/html5/inlineslideshow/class.ws.html5.links.php b/inc/ws/Util/html5/inlineslideshow/class.ws.html5.links.php index c3e938ff4..ecfd54fe8 100644 --- a/inc/ws/Util/html5/inlineslideshow/class.ws.html5.links.php +++ b/inc/ws/Util/html5/inlineslideshow/class.ws.html5.links.php @@ -928,8 +928,6 @@ class imageLink extends contentLink class inlineSlideshowLink extends contentLink { - - public function getHTMLContent() { $d = $this->unzipFile($this->to, false); @@ -940,6 +938,7 @@ class inlineSlideshowLink extends contentLink /* @var $f SplFileInfo */ $files[] = $f->getFilename(); } + sort($files); $f = htmlspecialchars(json_encode($files), ENT_QUOTES); return '
';