From 9bd188cb709e671dfe17ebcdf6723fd321c67f1c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 3 Apr 2017 23:49:59 +0200 Subject: [PATCH] fixed gallery to use new htaccess mask for pictures --- saimod_webcraft_gallery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/saimod_webcraft_gallery.php b/saimod_webcraft_gallery.php index 510ae99..c20e4e0 100644 --- a/saimod_webcraft_gallery.php +++ b/saimod_webcraft_gallery.php @@ -16,7 +16,7 @@ class saimod_webcraft_gallery extends \SYSTEM\SAI\SaiModule { $gallery = \SQL\SAIMOD_WEBCRAFT_GALLERY_GALLERY_ID::QQ(array($id)); $result = ''; while($img = $gallery->next()){ - $result .= ''.$img['description'].'';} + $result .= ''.$img['description'].'';} $result .= ''; return $result; } @@ -25,7 +25,7 @@ class saimod_webcraft_gallery extends \SYSTEM\SAI\SaiModule { $gallery = \SQL\SAIMOD_WEBCRAFT_GALLERY_GALLERY_ID::QQ(array($id)); $result = ''; return $result; }