From 78a5f0fe05e8cb7157bae21f83415c4cc2c43e10 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 6 Feb 2015 10:46:22 +0000 Subject: [PATCH] allways create thumbnail, as returning default (now 128px big) thumbnail is more wired --- etemplate/thumbnail.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/etemplate/thumbnail.php b/etemplate/thumbnail.php index 44a142b181..987ad6ef8f 100644 --- a/etemplate/thumbnail.php +++ b/etemplate/thumbnail.php @@ -329,9 +329,6 @@ function gd_image_load($file) */ function get_opendocument_thumbnail($file) { - // Don't bother if they're using tiny thumbnails - if(get_maxsize() < 64) return false; - list(, $file_type) = $mimetype = explode('/', egw_vfs::mime_content_type($file)); // Image is already there, but we can't access them directly through VFS