From a4577d088b0bb32873e3046a2b7a002e8366d0ec Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 12 Jul 2016 20:50:19 +0200 Subject: [PATCH] fix typo --- api/thumbnail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/thumbnail.php b/api/thumbnail.php index 6530f991db..bf3fe91ad0 100644 --- a/api/thumbnail.php +++ b/api/thumbnail.php @@ -183,7 +183,7 @@ function read_thumbnail($src) list(, $path) = explode($GLOBALS['egw_info']['server']['webserver_url'], Api\Image::find($app, $icon), 2); $dst = EGW_SERVER_ROOT.$path; - if (function_exist('mime_content_type')) + if (function_exists('mime_content_type')) { $output_mime = mime_content_type($dst); }