From: Bartek Przybylski Date: Wed, 6 Jun 2012 21:29:23 +0000 (+0200) Subject: adding title when fancybox is displayed X-Git-Tag: v4.5.0beta1~74^2~423^2~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8fd6cdf4074a568c188191d1f5bfe2bd64789f1b;p=nextcloud-server.git adding title when fancybox is displayed --- 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() {