From 8fd6cdf4074a568c188191d1f5bfe2bd64789f1b Mon Sep 17 00:00:00 2001 From: Bartek Przybylski Date: Wed, 6 Jun 2012 23:29:23 +0200 Subject: [PATCH] adding title when fancybox is displayed --- 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 6f8b8aa7fe7..ff9519142ac 100644 --- a/apps/gallery/lib/tiles.php +++ b/apps/gallery/lib/tiles.php @@ -95,7 +95,7 @@ class TileSingle extends TileBase { public function get($extra = '') { // !HACK! file path needs to be encoded twice because files app decode twice url, so any special chars like + or & in filename // !HACK! will result in failing of opening them - return ''; + return ''; } public function getMiniatureSrc() { -- 2.39.5