diff --git a/saimod_webcraft_gallery.php b/saimod_webcraft_gallery.php index e11260c..510ae99 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 .= '';} + $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; }