X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fattach.php;h=3232f3e763da6869d359e58677befa73e36895f6;hb=09851331a9dc8601919cd0c9200686b92843d235;hp=6b26b1ed653010653e9243efeefb4deab654904b;hpb=2e6446371a0f07bdc25c9cccf2bd484bff5cb2e5;p=friendica.git diff --git a/include/attach.php b/include/attach.php index 6b26b1ed65..3232f3e763 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1061,7 +1061,7 @@ function z_mime_content_type($filename) { ); $dot = strpos($filename,'.'); - if($dot !== false) { + if ($dot !== false) { $ext = strtolower(substr($filename,$dot+1)); if (array_key_exists($ext, $mime_types)) { return $mime_types[$ext];