From 5b46734a401e88c0830b0577682a365e012c5999 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Fri, 22 Jun 2012 13:58:15 +0200 Subject: [PATCH] xss vulnerability fixed --- 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 2ff4fa5647b..2bc8d4fcce0 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