From e0127d330aeaf871357b191d1e97daa2053e1e7d Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 16 Feb 2021 09:22:26 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03670=20Remove=20tiff=20file=20from=20att?= =?UTF-8?q?achment=20previewable=20filetypes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/ormdocument.class.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/ormdocument.class.inc.php b/core/ormdocument.class.inc.php index 4f2e37fdc..2d0c1aa62 100644 --- a/core/ormdocument.class.inc.php +++ b/core/ormdocument.class.inc.php @@ -176,7 +176,6 @@ class ormDocument case 'image/jpeg': case 'image/gif': case 'image/bmp': - case 'image/tiff': case 'image/svg+xml': $bRet = true; break;