From 55e56535886749f702653bf5300783008ac9b7cb Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 3 Feb 2016 20:18:33 +0100 Subject: [PATCH] debug false for galleria --- saimod_webcraft_gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saimod_webcraft_gallery.php b/saimod_webcraft_gallery.php index 492c709..e261615 100644 --- a/saimod_webcraft_gallery.php +++ b/saimod_webcraft_gallery.php @@ -17,7 +17,7 @@ class saimod_webcraft_gallery extends \SYSTEM\SAI\SaiModule { $result = ''; while($img = $gallery->next()){ $result .= '';} - $result .= ''; + $result .= ''; return $result; }