From b6c862b32f3e97df37e2bf06aed715334031daba Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Fri, 22 Jun 2012 13:58:15 +0200 Subject: [PATCH] use sanitizeHTML() function Conflicts: apps/gallery/lib/tiles.php --- apps/gallery/lib/tiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gallery/lib/tiles.php b/apps/gallery/lib/tiles.php index dcdf6aa1bfb..53ea97ff05d 100644 --- a/apps/gallery/lib/tiles.php +++ b/apps/gallery/lib/tiles.php @@ -141,7 +141,7 @@ class TileStack extends TileBase { } public function get() { - $r = ''; + $r = ''; for ($i = 0; $i < count($this->tiles_array); $i++) { $top = rand(-5, 5); $left = rand(-5, 5); -- 2.39.5